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
This commit is contained in:
Meik Sievertsen 2007-10-15 17:27:22 +00:00
parent 6e0dd97c60
commit f08c01f099

View file

@ -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" // Before we do anything, let us diff the files and store the raw file information "somewhere"
$get_files = false; $get_files = false;
$file_list = false; //$cache->get('_diff_files'); $file_list = $cache->get('_diff_files');
if ($file_list === false || $file_list['status'] != -1) if ($file_list === false || $file_list['status'] != -1)
{ {