fix #487 noms des utilisateurs manquants dans un tableau

This commit is contained in:
Nicolas Le Goff
2012-03-01 16:19:25 +01:00
parent c6552f1e9f
commit 73f4a5438d
2 changed files with 20 additions and 7 deletions

View File

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