Bug fix to getCustomScriptBuilder sig

This commit is contained in:
2016-09-04 00:14:54 +01:00
parent a7e641b499
commit f8d5145af9
362 changed files with 367 additions and 367 deletions

View File

@ -9082,7 +9082,7 @@ class Interpretation extends Fields
// set component name
$component = ComponentbuilderHelper::safeString($this->componentData->name_code);
// prepare custom permission script
$customAllow = $this->getCustomScriptBuilder('php_allowedit', $viewName_single, null, true);
$customAllow = $this->getCustomScriptBuilder('php_allowedit', $viewName_single, '', null, true);
// setup correct core target
$coreLoad = false;
if (isset($this->permissionCore[$viewName_single]))