Fix #123 : Databox injected rights are removed everytime you logout.

This commit is contained in:
Romain Neutron
2011-12-28 13:07:17 +01:00
parent 1774110a33
commit 4ab9a2563b

View File

@@ -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();