Added more validation and started adapting the compiler for JText replacment

This commit is contained in:
2018-02-06 12:55:46 +02:00
parent c8af1befe4
commit 655bf3b0b9
10 changed files with 116 additions and 103 deletions

View File

@ -1761,7 +1761,7 @@ abstract class ComponentbuilderHelper
{
// get the http CODE
$statusCode = curl_getinfo($ch, CURLINFO_HTTP_CODE);
if ($statusCode === 200)
if ($statusCode !== 404)
{
$exists = true;
}