Added PHP (script - before publish) & PHP (script - after publish)

with some fixes to the compiler
This commit is contained in:
2016-09-07 23:20:58 +02:00
parent f8d5145af9
commit b8311078ac
368 changed files with 3397 additions and 2947 deletions

View File

@ -2304,7 +2304,7 @@ class Interpretation extends Fields
}
}
// if not found return default
if ($default)
if (!ComponentbuilderHelper::checkString($script) && $default)
{
return $default;
}