mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 04:53:26 +00:00
Cleanup
This commit is contained in:
@@ -98,8 +98,6 @@ class Root implements ControllerProviderInterface
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$Serializer = $app['phraseanet.core']['Serializer'];
|
|
||||||
|
|
||||||
$out = $app['twig']->render('prod/index.html.twig', array(
|
$out = $app['twig']->render('prod/index.html.twig', array(
|
||||||
'module_name' => 'Production',
|
'module_name' => 'Production',
|
||||||
'WorkZone' => new Helper\WorkZone($app['phraseanet.core'], $app['request']),
|
'WorkZone' => new Helper\WorkZone($app['phraseanet.core'], $app['request']),
|
||||||
@@ -118,8 +116,8 @@ class Root implements ControllerProviderInterface
|
|||||||
'search_status' => \databox_status::getSearchStatus(),
|
'search_status' => \databox_status::getSearchStatus(),
|
||||||
'queries_history' => \queries::history(),
|
'queries_history' => \queries::history(),
|
||||||
'thesau_js_list' => $thjslist,
|
'thesau_js_list' => $thjslist,
|
||||||
'thesau_json_sbas' => json_encode($sbas, 'json'),
|
'thesau_json_sbas' => json_encode($sbas),
|
||||||
'thesau_json_bas2sbas' => json_encode($bas2sbas, 'json'),
|
'thesau_json_bas2sbas' => json_encode($bas2sbas),
|
||||||
'thesau_languages' => \User_Adapter::avLanguages(),
|
'thesau_languages' => \User_Adapter::avLanguages(),
|
||||||
));
|
));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user