Skip to content
Snippets Groups Projects
Commit ba5e60e2 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

firefighting Robin-breakage

parent 4410f15d
Branches
No related tags found
No related merge requests found
...@@ -297,7 +297,7 @@ class OC_Installer{ ...@@ -297,7 +297,7 @@ class OC_Installer{
include(OC::$APPSROOT."/apps/$app/appinfo/install.php"); include(OC::$APPSROOT."/apps/$app/appinfo/install.php");
} }
$info=OC_App::getAppInfo($app); $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; return $info;
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment