Skip to content
Snippets Groups Projects
Commit c5b8a3eb authored by Robin Appelman's avatar Robin Appelman
Browse files

fix installing shipped apps

parent f2416156
No related branches found
No related tags found
No related merge requests found
......@@ -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($app));
return $info;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment