aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/install_install.php
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2013-01-02 01:32:22 -0500
committerOleg Pudeyev <oleg@bsdpower.com>2013-01-02 01:32:22 -0500
commit3360d4cfce97c19a45dfcf6354b2ba9225125359 (patch)
tree0a96af817a44644ecbdd2154f5e2fe167b990f86 /phpBB/install/install_install.php
parent210f627f6791a57aaa3555d12173bc569e76172c (diff)
downloadforums-3360d4cfce97c19a45dfcf6354b2ba9225125359.tar
forums-3360d4cfce97c19a45dfcf6354b2ba9225125359.tar.gz
forums-3360d4cfce97c19a45dfcf6354b2ba9225125359.tar.bz2
forums-3360d4cfce97c19a45dfcf6354b2ba9225125359.tar.xz
forums-3360d4cfce97c19a45dfcf6354b2ba9225125359.zip
[ticket/11305] Adjust comment.
PHPBB3-11305
Diffstat (limited to 'phpBB/install/install_install.php')
-rw-r--r--phpBB/install/install_install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/install_install.php b/phpBB/install/install_install.php
index 1f3ba5da00..1ab9caee0a 100644
--- a/phpBB/install/install_install.php
+++ b/phpBB/install/install_install.php
@@ -105,7 +105,7 @@ class install_install extends module
// Create a normal container now
$phpbb_container = phpbb_create_default_container($phpbb_root_path, $phpEx);
- // Writes into global $cache
+ // Sets the global $cache variable
$cache = $phpbb_container->get('cache');
$this->build_search_index($mode, $sub);