mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/10714] Forgot most important, use container to create $phpbb_log
PHPBB3-10714
This commit is contained in:
parent
c7ae790d16
commit
bd334d318f
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ $config = $phpbb_container->get('config');
|
|||
set_config(null, null, null, $config);
|
||||
set_config_count(null, null, null, $config);
|
||||
|
||||
$phpbb_log = new phpbb_log(LOG_TABLE);
|
||||
$phpbb_log = $phpbb_container->get('log');
|
||||
|
||||
// load extensions
|
||||
$phpbb_extension_manager = $phpbb_container->get('ext.manager');
|
||||
|
|
Loading…
Add table
Reference in a new issue