diff --git a/attachments_component/admin/src/Helper/AttachmentsPermissions.php b/attachments_component/admin/src/Helper/AttachmentsPermissions.php index 24e0f1a5..ef1d93cc 100644 --- a/attachments_component/admin/src/Helper/AttachmentsPermissions.php +++ b/attachments_component/admin/src/Helper/AttachmentsPermissions.php @@ -47,7 +47,7 @@ public static function getActions($user_id = null) $user = Factory::getApplication()->getIdentity(); } - $result = new Registry(); + $result = new Registry(null, ""); $assetName = 'com_attachments';