mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-11 03:53:13 +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;
|
return;
|
||||||
}
|
}
|
||||||
catch (Exception $e)
|
catch (\Exception $e)
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user