diff options
author | Frank Karlitschek <frank@owncloud.org> | 2013-01-31 10:00:42 +0100 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2013-01-31 10:00:42 +0100 |
commit | 5112dac1023617f0cccb04c2472afb560f757087 (patch) | |
tree | 68cceb95bc3483253ed8381e2f46013efe5044d1 /lib/installer.php | |
parent | ea5861ed8c4e09eaaac36eb9e74e6d28d25516d3 (diff) | |
download | nextcloud-server-5112dac1023617f0cccb04c2472afb560f757087.tar.gz nextcloud-server-5112dac1023617f0cccb04c2472afb560f757087.zip |
remove spaces
Diffstat (limited to 'lib/installer.php')
-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 bf81cbdadaf..f1b386a3e96 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); } |