aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-10-15 17:27:22 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-10-15 17:27:22 +0000
commitf08c01f099fd89bcc3c1871efa62e5080d5e990b (patch)
treeed302155ddcb704085f4de8d5b779432f546f77e /phpBB/install
parent6e0dd97c60793ce01d696a4fbf110a762aae33ce (diff)
downloadforums-f08c01f099fd89bcc3c1871efa62e5080d5e990b.tar
forums-f08c01f099fd89bcc3c1871efa62e5080d5e990b.tar.gz
forums-f08c01f099fd89bcc3c1871efa62e5080d5e990b.tar.bz2
forums-f08c01f099fd89bcc3c1871efa62e5080d5e990b.tar.xz
forums-f08c01f099fd89bcc3c1871efa62e5080d5e990b.zip
erm... i am very very sorry... but i think this one is responsible for the loops people still experience. :o
git-svn-id: file:///svn/phpbb/trunk@8196 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install')
-rw-r--r--phpBB/install/install_update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/install_update.php b/phpBB/install/install_update.php
index 320747b60b..4277246b07 100644
--- a/phpBB/install/install_update.php
+++ b/phpBB/install/install_update.php
@@ -604,7 +604,7 @@ class install_update extends module
// Before we do anything, let us diff the files and store the raw file information "somewhere"
$get_files = false;
- $file_list = false; //$cache->get('_diff_files');
+ $file_list = $cache->get('_diff_files');
if ($file_list === false || $file_list['status'] != -1)
{