Skip to content
Snippets Groups Projects
Commit f2416156 authored by Bartek Przybylski's avatar Bartek Przybylski
Browse files

fix getAppVersion error

parent ba5e60e2
Branches
No related tags found
No related merge requests found
......@@ -482,7 +482,7 @@ class OC_App{
if ($currentVersion) {
if (version_compare($currentVersion, $installedVersion, '>')) {
OC_App::updateApp($app);
OC_Appconfig::setValue($app,'installed_version',getAppVersion($app));
OC_Appconfig::setValue($app,'installed_version',OC_App::getAppVersion($app));
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment