mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/10094] Purge acm_file cache before phpBB installation.
PHPBB3-10094
This commit is contained in:
parent
f1f2ab92b1
commit
7a4b4c7599
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue