Fixed privilege checking
This commit is contained in:
parent
49124298a2
commit
d1c2c77eb5
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ class PrivilegeService
|
|||
}
|
||||
else
|
||||
{
|
||||
if (!$this->authService->getLoggedInUser())
|
||||
if (!$this->authService->isLoggedIn())
|
||||
$this->fail();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue