mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-05 07:07:51 +02:00
Merge PR #743 branch 'bantu/ticket/10094' into develop-olympus
* bantu/ticket/10094: [ticket/10094] Purge acm_file cache before phpBB installation.
This commit is contained in:
commit
1c7b568771
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user