mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 12:33: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(
|
||||
'module_name' => 'Production',
|
||||
'WorkZone' => new Helper\WorkZone($app['phraseanet.core'], $app['request']),
|
||||
@@ -118,8 +116,8 @@ class Root implements ControllerProviderInterface
|
||||
'search_status' => \databox_status::getSearchStatus(),
|
||||
'queries_history' => \queries::history(),
|
||||
'thesau_js_list' => $thjslist,
|
||||
'thesau_json_sbas' => json_encode($sbas, 'json'),
|
||||
'thesau_json_bas2sbas' => json_encode($bas2sbas, 'json'),
|
||||
'thesau_json_sbas' => json_encode($sbas),
|
||||
'thesau_json_bas2sbas' => json_encode($bas2sbas),
|
||||
'thesau_languages' => \User_Adapter::avLanguages(),
|
||||
));
|
||||
|
||||
|
Reference in New Issue
Block a user