aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2012-11-15 08:50:04 -0500
committerOleg Pudeyev <oleg@bsdpower.com>2012-11-15 08:50:04 -0500
commitf2cffd6a6ce72fd5d3a60c734623ea3c1f051071 (patch)
tree54cb928ee8d14026ec5f2181dd34629618e1c767
parent31843ecd8c5b5d3b95d9d1775213fe22a93c8d2b (diff)
downloadforums-f2cffd6a6ce72fd5d3a60c734623ea3c1f051071.tar
forums-f2cffd6a6ce72fd5d3a60c734623ea3c1f051071.tar.gz
forums-f2cffd6a6ce72fd5d3a60c734623ea3c1f051071.tar.bz2
forums-f2cffd6a6ce72fd5d3a60c734623ea3c1f051071.tar.xz
forums-f2cffd6a6ce72fd5d3a60c734623ea3c1f051071.zip
[ticket/11200] Add a reminder comment.
PHPBB3-11200
-rw-r--r--phpBB/includes/functions_container.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/includes/functions_container.php b/phpBB/includes/functions_container.php
index cbd0fe15b0..843207db84 100644
--- a/phpBB/includes/functions_container.php
+++ b/phpBB/includes/functions_container.php
@@ -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();