Added PHP (script - before publish) & PHP (script - after publish)
with some fixes to the compiler
This commit is contained in:
@ -2304,7 +2304,7 @@ class Interpretation extends Fields
|
||||
}
|
||||
}
|
||||
// if not found return default
|
||||
if ($default)
|
||||
if (!ComponentbuilderHelper::checkString($script) && $default)
|
||||
{
|
||||
return $default;
|
||||
}
|
||||
|
Reference in New Issue
Block a user