mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 03:34:04 +02:00
[ticket/13645] Move the feeds to controllers
PHPBB3-13645
This commit is contained in:
committed by
Tristan Darricau
parent
f56fe0ba8d
commit
8e5e954438
@@ -465,7 +465,7 @@ class container_builder
|
||||
'core.root_path' => $this->phpbb_root_path,
|
||||
'core.php_ext' => $this->php_ext,
|
||||
'core.environment' => $this->get_environment(),
|
||||
'core.debug' => DEBUG,
|
||||
'core.debug' => defined('DEBUG') ? DEBUG : false,
|
||||
),
|
||||
$this->get_env_parameters()
|
||||
);
|
||||
|
Reference in New Issue
Block a user