Skip to content
Snippets Groups Projects
Commit 5112dac1 authored by Frank Karlitschek's avatar Frank Karlitschek
Browse files

remove spaces

parent ea5861ed
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment