summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/installer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/installer.php b/lib/installer.php
index 044bc9a13d1..67947279e70 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;
}
}