[ticket/11305] Adjust comment.

PHPBB3-11305
This commit is contained in:
Oleg Pudeyev 2013-01-02 01:32:22 -05:00
parent 210f627f67
commit 3360d4cfce

View file

@ -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);