diff --git a/modules/backend/classes/Controller.php b/modules/backend/classes/Controller.php index 18b7b4457..a95a068f6 100644 --- a/modules/backend/classes/Controller.php +++ b/modules/backend/classes/Controller.php @@ -154,8 +154,7 @@ class Controller extends Extendable // Check his access groups against the page definition if ($this->requiredPermissions && !$this->user->hasAnyAccess($this->requiredPermissions)) - if ($this->action != 'mysettings') - return Response::make('Access Forbidden', '403'); + return Response::make('Access Forbidden', '403'); } /*