[ticket/11200] Add a reminder comment.

PHPBB3-11200
This commit is contained in:
Oleg Pudeyev 2012-11-15 08:50:04 -05:00
parent 31843ecd8c
commit f2cffd6a6c

View file

@ -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->compile();
// XXX stop writing to global $cache when
// http://tracker.phpbb.com/browse/PHPBB3-11203 is fixed
$GLOBALS['cache'] = $tmp_container->get('cache');
$installed_exts = $tmp_container->get('ext.manager')->all_enabled();