mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 13:33:14 +00:00
fix #487 noms des utilisateurs manquants dans un tableau
This commit is contained in:
@@ -558,7 +558,7 @@ class Session_Handler
|
||||
$browser = Browser::getInstance();
|
||||
|
||||
if($this->is_authenticated())
|
||||
$user = User_Adapter::getInstance ($this->get_usr_id (), appbox::get_instance ());
|
||||
$user = User_Adapter::getInstance ($this->get_usr_id (), appbox::get_instance (\bootstrap::getCore()));
|
||||
|
||||
return Session_Logger::create($databox, $browser, $this, $user);
|
||||
}
|
||||
|
Reference in New Issue
Block a user