mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
seems like there is an error within the udpater, skipping the first file changed. This is not good(tm). For Gold, we will provide update packages for going from RC7 -> gold and RC8 -> gold.
git-svn-id: file:///svn/phpbb/trunk@8276 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
feb92bf149
commit
983da62c50
1 changed files with 1 additions and 1 deletions
|
@ -1232,7 +1232,7 @@ class install_update extends module
|
|||
|
||||
foreach ($this->update_info['files'] as $index => $file)
|
||||
{
|
||||
if (is_int($update_list['status']) && $index <= $update_list['status'])
|
||||
if (is_int($update_list['status']) && $index < $update_list['status'])
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue