1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/10917] Using phpbb wrapper

PHPBB3-10917
This commit is contained in:
Oliver Schramm
2013-07-24 19:08:49 +02:00
parent 5af63a7860
commit e805036963

View File

@@ -204,7 +204,7 @@ class install_update extends module
}
// Check if the update files stored are for the latest version...
if (version_compare(strtolower($this->latest_version), strtolower($this->update_info['version']['to']), '>'))
if (phpbb_version_compare($this->latest_version, $this->update_info['version']['to'], '>'))
{
$this->unequal_version = true;