security: Activate permissions

This commit is contained in:
Eric Lippmann 2015-02-03 16:08:35 +01:00
parent 338d067aba
commit 6517f8e2be
1 changed files with 0 additions and 1 deletions

View File

@ -164,7 +164,6 @@ class Manager
*/ */
public function hasPermission($permission) public function hasPermission($permission)
{ {
return true;
if (! $this->isAuthenticated()) { if (! $this->isAuthenticated()) {
return false; return false;
} }