diff options
author | Jan-Christoph Borchardt <jan@unhosted.org> | 2012-04-14 19:04:49 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <jan@unhosted.org> | 2012-04-14 19:05:01 +0200 |
commit | ba5e60e2e445077769c160b559d44c24ce4cc799 (patch) | |
tree | fdd795b5b27e0558a512323ed9054506b5b8e719 /lib | |
parent | 4410f15dd8259ceb0cfda7cbf6b435d3ecfd239a (diff) | |
download | nextcloud-server-ba5e60e2e445077769c160b559d44c24ce4cc799.tar.gz nextcloud-server-ba5e60e2e445077769c160b559d44c24ce4cc799.zip |
firefighting Robin-breakage
Diffstat (limited to 'lib')
-rw-r--r-- | lib/installer.php | 2 |
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; } } |