mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 22:13:13 +00:00
Cleanup namepaces, variables uses
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
*/
|
||||
|
||||
use Alchemy\Phrasea\Application;
|
||||
use Alchemy\Phrasea\Core\Configuration;
|
||||
|
||||
/**
|
||||
*
|
||||
@@ -79,15 +78,13 @@ class record_exportElement extends record_adapter
|
||||
$this->downloadable = $downloadable = array();
|
||||
$this->orderable = $orderable = array();
|
||||
|
||||
$appbox = $this->app['phraseanet.appbox'];
|
||||
|
||||
$sd = $this->get_subdefs();
|
||||
|
||||
$sbas_id = phrasea::sbasFromBas($this->app, $this->base_id);
|
||||
|
||||
$user = $this->app['phraseanet.user'];
|
||||
|
||||
$subdefgroups = $appbox->get_databox($sbas_id)->get_subdef_structure();
|
||||
$subdefgroups = $this->app['phraseanet.appbox']->get_databox($sbas_id)->get_subdef_structure();
|
||||
|
||||
$subdefs = array();
|
||||
|
||||
|
Reference in New Issue
Block a user