From ba5e60e2e445077769c160b559d44c24ce4cc799 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt <jan@unhosted.org> Date: Sat, 14 Apr 2012 19:04:49 +0200 Subject: [PATCH] firefighting Robin-breakage --- lib/installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/installer.php b/lib/installer.php index 044bc9a13d..67947279e7 100644 --- a/lib/installer.php +++ b/lib/installer.php @@ -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; } } -- GitLab