From 80bb0fb09ce1a352a0caf73f1672ec6fdc96c17e Mon Sep 17 00:00:00 2001 From: nuxsmin Date: Thu, 5 Jan 2017 02:41:18 +0100 Subject: [PATCH] * [DEV] New Plugin achitecture (work in progress). * [DEV] New Notifications feature (work in progress). * [DEV] Code cleanup --- inc/SP/Core/Acl.class.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inc/SP/Core/Acl.class.php b/inc/SP/Core/Acl.class.php index 11fe21e9..1daf4b45 100644 --- a/inc/SP/Core/Acl.class.php +++ b/inc/SP/Core/Acl.class.php @@ -182,6 +182,9 @@ class Acl implements ActionsInterface return $curUserProfile->isMgmApiTokens(); case self::ACTION_EVL: return $curUserProfile->isEvl(); + case self::ACTION_NOT: + case self::ACTION_NOT_USER: + return true; } Log::writeNewLog(__FUNCTION__, sprintf(_('Denegado acceso a %s'), self::getActionName($action)), Log::NOTICE);