mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Fix CS
This commit is contained in:
@@ -20,9 +20,8 @@ $Core = require_once __DIR__ . "/../../lib/bootstrap.php";
|
||||
$request = http_request::getInstance();
|
||||
$parm = $request->get_parms('session');
|
||||
|
||||
if ($parm["session"])
|
||||
{
|
||||
session_id($parm["session"]);
|
||||
if ($parm["session"]) {
|
||||
session_id($parm["session"]);
|
||||
}
|
||||
|
||||
$app = require __DIR__ . "/../../lib/Alchemy/Phrasea/Application/Admin.php";
|
||||
|
Reference in New Issue
Block a user