mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00: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:
commit
3bd302c126
1 changed files with 3 additions and 1 deletions
|
@ -52,11 +52,13 @@ class install_install extends module
|
||||||
|
|
||||||
function main($mode, $sub)
|
function main($mode, $sub)
|
||||||
{
|
{
|
||||||
global $lang, $template, $language, $phpbb_root_path;
|
global $lang, $template, $language, $phpbb_root_path, $cache;
|
||||||
|
|
||||||
switch ($sub)
|
switch ($sub)
|
||||||
{
|
{
|
||||||
case 'intro':
|
case 'intro':
|
||||||
|
$cache->purge();
|
||||||
|
|
||||||
$this->page_title = $lang['SUB_INTRO'];
|
$this->page_title = $lang['SUB_INTRO'];
|
||||||
|
|
||||||
$template->assign_vars(array(
|
$template->assign_vars(array(
|
||||||
|
|
Loading…
Add table
Reference in a new issue