[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;