mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 14:33:14 +00:00
Remove get_registry method
This commit is contained in:
@@ -348,7 +348,7 @@ class databox extends base
|
||||
$n+=50;
|
||||
}
|
||||
|
||||
$params = array(':site_id' => $this->get_registry()->get('GV_sit'));
|
||||
$params = array(':site_id' => $this->app['phraseanet.registry']->get('GV_sit'));
|
||||
|
||||
$sql = 'DELETE FROM clients WHERE site_id = :site_id';
|
||||
$stmt = $this->get_connection()->prepare($sql);
|
||||
|
Reference in New Issue
Block a user