mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 22:13:13 +00:00
Fix #123 : Databox injected rights are removed everytime you logout.
This commit is contained in:
@@ -88,8 +88,7 @@ class Session_Handler
|
||||
if (!$this->is_authenticated())
|
||||
|
||||
return;
|
||||
$user = User_Adapter::getInstance($this->get_usr_id(), $this->appbox);
|
||||
$user->ACL()->delete_injected_rights();
|
||||
|
||||
$this->storage()->reset();
|
||||
$this->close_phrasea_session();
|
||||
|
||||
|
Reference in New Issue
Block a user