fix getAppVersion error

This commit is contained in:
Bartek Przybylski 2012-04-15 00:05:28 +02:00
parent ba5e60e2e4
commit f241615693
1 changed files with 1 additions and 1 deletions

View File

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