firefighting Robin-breakage

This commit is contained in:
Jan-Christoph Borchardt 2012-04-14 19:04:49 +02:00
parent 4410f15dd8
commit ba5e60e2e4
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ class OC_Installer{
include(OC::$APPSROOT."/apps/$app/appinfo/install.php");
}
$info=OC_App::getAppInfo($app);
OC_Appconfig::setValue($app,'installed_version',OC_App::getAppVersion('version']));
OC_Appconfig::setValue($app,'installed_version',OC_App::getAppVersion('version'));
return $info;
}
}