Rename "phraseanet.configuration" service to "configuration"

This commit is contained in:
Romain Neutron
2013-11-15 22:08:07 +01:00
parent e0a8bec422
commit 13915dc1a8
87 changed files with 200 additions and 190 deletions

View File

@@ -65,7 +65,7 @@ class appbox extends base
{
$this->app = $app;
$this->connection = connection::getPDOConnection($app);
$connexion = $app['phraseanet.configuration']['main']['database'];
$connexion = $app['configuration']['main']['database'];
$this->host = $connexion['host'];
$this->port = $connexion['port'];