From 5112dac1023617f0cccb04c2472afb560f757087 Mon Sep 17 00:00:00 2001
From: Frank Karlitschek <frank@owncloud.org>
Date: Thu, 31 Jan 2013 10:00:42 +0100
Subject: [PATCH] remove spaces

---
 lib/installer.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/installer.php b/lib/installer.php
index bf81cbdada..f1b386a3e9 100644
--- a/lib/installer.php
+++ b/lib/installer.php
@@ -254,7 +254,7 @@ class OC_Installer{
 	 * upgrade.php can determine the current installed version of the app using "OC_Appconfig::getValue($appid, 'installed_version')"
 	 */
 	public static function updateApp( $app ) {
-		$ocsid=OC_Appconfig::getValue( $app, 'ocsid', '');
+		$ocsid=OC_Appconfig::getValue( $app, 'ocsid');
 		OC_App::disable($app);
 		OC_App::enable($ocsid);
 	}
-- 
GitLab