[ticket/10094] Purge acm_file cache before phpBB installation.

PHPBB3-10094
This commit is contained in:
Andreas Fischer 2012-04-13 16:31:49 +02:00
parent f1f2ab92b1
commit 7a4b4c7599

View file

@ -53,11 +53,13 @@ class install_install extends module
function main($mode, $sub)
{
global $lang, $template, $language, $phpbb_root_path;
global $lang, $template, $language, $phpbb_root_path, $cache;
switch ($sub)
{
case 'intro':
$cache->purge();
$this->page_title = $lang['SUB_INTRO'];
$template->assign_vars(array(