more function reducing and fixing
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -51,5 +51,5 @@ function versionInUpdate($current_version, $version_to_check)
|
||||
return true;
|
||||
}
|
||||
|
||||
return (version_compare2($current_version, $version_to_check) == - 1 ? true : false);
|
||||
return (\Froxlor\Froxlor::version_compare2($current_version, $version_to_check) == - 1 ? true : false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user