Cleanup setup

This commit is contained in:
Romain Neutron
2012-10-02 13:11:20 +02:00
parent b0ffcc4f54
commit b58cb555c6
3 changed files with 8 additions and 124 deletions

View File

@@ -449,7 +449,7 @@ class databox extends base
$app['phraseanet.appbox']->delete_data_from_cache(appbox::CACHE_LIST_BASES);
$databox = $app['phraseanet.appbox']->get_databox($sbas_id);
$databox->insert_datas($app['phraseanet.version']);
$databox->insert_datas();
$databox->setNewStructure(
$data_template, $registry->get('GV_base_datapath_noweb')
);