mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-10 11:33:17 +00:00
Fix bug : API throws 500 error when session is not re-openened
This commit is contained in:
@@ -148,7 +148,7 @@ $app->before(function($request) use ($app)
|
||||
|
||||
return;
|
||||
}
|
||||
catch (Exception $e)
|
||||
catch (\Exception $e)
|
||||
{
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user