mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
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:
parent
6e0dd97c60
commit
f08c01f099
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue