aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/install_install.php
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2012-05-21 22:13:35 -0400
committerOleg Pudeyev <oleg@bsdpower.com>2012-05-21 22:13:35 -0400
commit3bd302c126c4f42893d718198abd2ca36e100257 (patch)
tree72fdef3a2fdb7b1ed2cb93d3bf701f851dfc926c /phpBB/install/install_install.php
parentf3d33bf9d7858ad6ed9d82f3f794f4ec0266d68e (diff)
parent1c7b5687714206c86b10d5c5dea2f3da73919405 (diff)
downloadforums-3bd302c126c4f42893d718198abd2ca36e100257.tar
forums-3bd302c126c4f42893d718198abd2ca36e100257.tar.gz
forums-3bd302c126c4f42893d718198abd2ca36e100257.tar.bz2
forums-3bd302c126c4f42893d718198abd2ca36e100257.tar.xz
forums-3bd302c126c4f42893d718198abd2ca36e100257.zip
Merge PR #743 branch 'develop-olympus' into develop
* develop-olympus: [ticket/10094] Purge acm_file cache before phpBB installation.
Diffstat (limited to 'phpBB/install/install_install.php')
-rw-r--r--phpBB/install/install_install.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/install/install_install.php b/phpBB/install/install_install.php
index 3b963e75c0..ef384edb78 100644
--- a/phpBB/install/install_install.php
+++ b/phpBB/install/install_install.php
@@ -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(