From f08c01f099fd89bcc3c1871efa62e5080d5e990b Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Mon, 15 Oct 2007 17:27:22 +0000 Subject: [PATCH] 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 --- phpBB/install/install_update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {