1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-28 14:05:23 +02:00

Merge PR #743 branch 'develop-olympus' into develop

* develop-olympus:
  [ticket/10094] Purge acm_file cache before phpBB installation.
This commit is contained in:
Oleg Pudeyev
2012-05-21 22:13:35 -04:00

View File

@ -52,11 +52,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(