1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-09 10:16:36 +02:00

[ticket/12479] Remove set_config and set_config_count

PHPBB-12479
This commit is contained in:
Marc Alexander
2024-07-11 21:43:46 +02:00
parent 54ba185d82
commit 06d226f292
4 changed files with 0 additions and 64 deletions

View File

@@ -67,8 +67,6 @@ function register_compatibility_globals()
// Grab global variables, re-cache if necessary
/* @var $config phpbb\config\db */
$config = $phpbb_container->get('config');
set_config('', '', false, $config);
set_config_count('', 0, false, $config);
/* @var $phpbb_log \phpbb\log\log_interface */
$phpbb_log = $phpbb_container->get('log');