mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/10917] Revert use of phpbb wrapper
PHPBB3-10917
This commit is contained in:
parent
935001b7a2
commit
d8584877a1
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ class install_update extends module
|
|||
}
|
||||
|
||||
// Check if the update files stored are for the latest version...
|
||||
if (phpbb_version_compare($this->latest_version, $this->update_info['version']['to'], '>'))
|
||||
if (version_compare(strtolower($this->latest_version), strtolower($this->update_info['version']['to']), '>'))
|
||||
{
|
||||
$this->unequal_version = true;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue