diff --git a/componentbuilderprivacycompiler.php b/componentbuilderprivacycompiler.php index 4384c1a..8a7c810 100644 --- a/componentbuilderprivacycompiler.php +++ b/componentbuilderprivacycompiler.php @@ -738,7 +738,7 @@ class PlgExtensionComponentbuilderPrivacyCompiler extends CMSPlugin if ($hasPermissional) { $methods .= PHP_EOL . PHP_EOL . Indent::_(3) . "//" . Line::_(__Line__, __Class__) . " Get global permissional control activation. (default is inactive)"; - $methods .= PHP_EOL . Indent::_(3) . "\$strict_permission_per_field = JComponentHelper::getParams('com_" . Placefix::_("component") . "')->get('strict_permission_per_field', 0);"; + $methods .= PHP_EOL . Indent::_(3) . "\$strict_permission_per_field = \JComponentHelper::getParams('com_" . Placefix::_("component") . "')->get('strict_permission_per_field', 0);"; $methods .= PHP_EOL . Indent::_(3) . "if(\$strict_permission_per_field)"; $methods .= PHP_EOL . Indent::_(3) . "{"; $methods .= PHP_EOL . Indent::_(4) . "//" . Line::_(__Line__, __Class__) . " remove all fields that is not permitted to be changed"; diff --git a/componentbuilderprivacycompiler.xml b/componentbuilderprivacycompiler.xml index 8f7abf2..525bcaa 100644 --- a/componentbuilderprivacycompiler.xml +++ b/componentbuilderprivacycompiler.xml @@ -1,7 +1,7 @@ PLG_EXTENSION_COMPONENTBUILDERPRIVACYCOMPILER - 2nd March, 2024 + 4th March, 2024 Llewellyn van der Merwe joomla@vdm.io https://dev.vdm.io