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

@@ -70,7 +70,7 @@ class module_console_checkExtension extends Command
$output->writeln("<info>$function</info>");
}
$configuration = $this->getService('phraseanet.configuration');
$configuration = $this->getService('configuration');
$connexion = $configuration['main']['database'];
$hostname = $connexion['host'];
$port = $connexion['port'];
@@ -167,7 +167,7 @@ class module_console_checkExtension extends Command
, $base["sbas_id"]
, $base["searchcoll"]
, $base["arrayq"]
, $this->container['phraseanet.configuration']['main']['key']
, $this->container['configuration']['main']['key']
, $usrId
, false
, PHRASEA_MULTIDOC_DOCONLY