aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/install_install.php
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2012-05-21 22:13:32 -0400
committerOleg Pudeyev <oleg@bsdpower.com>2012-05-21 22:13:32 -0400
commit1c7b5687714206c86b10d5c5dea2f3da73919405 (patch)
tree268346939f108337b02e03374a98a6e8bd2afdd6 /phpBB/install/install_install.php
parent86fa185a1ba4754b6c2dc9769b826aa9d57aa148 (diff)
parent7a4b4c7599f3203664350158e36e666a59ca9de2 (diff)
downloadforums-1c7b5687714206c86b10d5c5dea2f3da73919405.tar
forums-1c7b5687714206c86b10d5c5dea2f3da73919405.tar.gz
forums-1c7b5687714206c86b10d5c5dea2f3da73919405.tar.bz2
forums-1c7b5687714206c86b10d5c5dea2f3da73919405.tar.xz
forums-1c7b5687714206c86b10d5c5dea2f3da73919405.zip
Merge PR #743 branch 'bantu/ticket/10094' into develop-olympus
* bantu/ticket/10094: [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 35fc0bb58e..8e3fe0387c 100644
--- a/phpBB/install/install_install.php
+++ b/phpBB/install/install_install.php
@@ -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(