mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Rename "phraseanet.configuration" service to "configuration"
This commit is contained in:
@@ -462,7 +462,7 @@ class databox extends base
|
||||
|
||||
$this->app['EM']->flush();
|
||||
|
||||
$params = array(':site_id' => $this->app['phraseanet.configuration']['main']['key']);
|
||||
$params = array(':site_id' => $this->app['configuration']['main']['key']);
|
||||
|
||||
$sql = 'DELETE FROM clients WHERE site_id = :site_id';
|
||||
$stmt = $this->get_connection()->prepare($sql);
|
||||
|
Reference in New Issue
Block a user