fix getAppVersion error

remotes/origin/stable4
Bartek Przybylski 14 years ago
parent ba5e60e2e4
commit f241615693
  1. 2
      lib/app.php

@ -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));
}
}
}

Loading…
Cancel
Save