mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 14:33:14 +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())
|
if (!$this->is_authenticated())
|
||||||
|
|
||||||
return;
|
return;
|
||||||
$user = User_Adapter::getInstance($this->get_usr_id(), $this->appbox);
|
|
||||||
$user->ACL()->delete_injected_rights();
|
|
||||||
$this->storage()->reset();
|
$this->storage()->reset();
|
||||||
$this->close_phrasea_session();
|
$this->close_phrasea_session();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user