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:
@ -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(
|
||||
|
Reference in New Issue
Block a user