1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/12620] Use PHPBB_ENVIRONMENT

PHPBB3-12620
This commit is contained in:
Tristan Darricau
2014-09-04 17:06:39 +02:00
parent 143dfa28c6
commit b697273aaa
5 changed files with 9 additions and 9 deletions

View File

@@ -50,7 +50,7 @@ class core extends Extension
public function load(array $config, ContainerBuilder $container)
{
$loader = new YamlFileLoader($container, new FileLocator(phpbb_realpath($this->config_path)));
$loader->load(ENVIRONMENT . '/environment.yml');
$loader->load(PHPBB_ENVIRONMENT . '/environment.yml');
}
/**