mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 07:47:34 +02:00
[ticket/11200] Add a reminder comment.
PHPBB3-11200
This commit is contained in:
@@ -84,6 +84,8 @@ function phpbb_create_compiled_container(array $extensions, array $passes, $phpb
|
|||||||
$tmp_container = phpbb_create_container($extensions, $phpbb_root_path, $php_ext);
|
$tmp_container = phpbb_create_container($extensions, $phpbb_root_path, $php_ext);
|
||||||
$tmp_container->compile();
|
$tmp_container->compile();
|
||||||
|
|
||||||
|
// XXX stop writing to global $cache when
|
||||||
|
// http://tracker.phpbb.com/browse/PHPBB3-11203 is fixed
|
||||||
$GLOBALS['cache'] = $tmp_container->get('cache');
|
$GLOBALS['cache'] = $tmp_container->get('cache');
|
||||||
$installed_exts = $tmp_container->get('ext.manager')->all_enabled();
|
$installed_exts = $tmp_container->get('ext.manager')->all_enabled();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user