mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
merge with revision #r8350
git-svn-id: file:///svn/phpbb/trunk@8351 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -53,7 +53,7 @@ class install_update extends module
|
||||
{
|
||||
var $p_master;
|
||||
var $update_info;
|
||||
|
||||
|
||||
var $old_location;
|
||||
var $new_location;
|
||||
var $latest_version;
|
||||
@@ -764,7 +764,7 @@ class install_update extends module
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
$methods[] = $type;
|
||||
}
|
||||
|
||||
@@ -1490,7 +1490,7 @@ class install_update extends module
|
||||
return;
|
||||
}
|
||||
|
||||
if (in_array($file, array_keys($this->update_info['custom'])))
|
||||
if (isset($this->update_info['custom'][$file]))
|
||||
{
|
||||
foreach ($this->update_info['custom'][$file] as $_file)
|
||||
{
|
||||
|
Reference in New Issue
Block a user