Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <jan@unhosted.org>2012-04-14 21:04:49 +0400
committerJan-Christoph Borchardt <jan@unhosted.org>2012-04-14 21:05:01 +0400
commitba5e60e2e445077769c160b559d44c24ce4cc799 (patch)
treefdd795b5b27e0558a512323ed9054506b5b8e719 /lib/installer.php
parent4410f15dd8259ceb0cfda7cbf6b435d3ecfd239a (diff)
firefighting Robin-breakage
Diffstat (limited to 'lib/installer.php')
-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;
}
}