remove spaces

This commit is contained in:
Frank Karlitschek 2013-01-31 10:00:42 +01:00
parent ea5861ed8c
commit 5112dac102
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}