mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Fix unit tests
This commit is contained in:
@@ -186,7 +186,7 @@ class Session_Logger
|
||||
return;
|
||||
}
|
||||
|
||||
$session = $app['EM']->find('Phraseanet:Session', $app['session']->get('session_id'));
|
||||
$session = $app['repo.sessions']->find($app['session']->get('session_id'));
|
||||
|
||||
if (!$session) {
|
||||
throw new SessionNotFound('No session found');
|
||||
|
Reference in New Issue
Block a user