* [DEV] New Plugin achitecture (work in progress).

* [DEV] New Notifications feature (work in progress).
* [DEV] Code cleanup
This commit is contained in:
nuxsmin
2017-01-05 02:41:18 +01:00
parent a5ae9182fa
commit 80bb0fb09c

View File

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