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);