just return "true" for now

This commit is contained in:
Frank Karlitschek 2013-01-31 12:24:10 +01:00
parent 3af09f2acf
commit f7d281af67
1 changed files with 1 additions and 0 deletions

View File

@ -257,6 +257,7 @@ class OC_Installer{
$ocsid=OC_Appconfig::getValue( $app, 'ocsid');
OC_App::disable($app);
OC_App::enable($ocsid);
return(true);
}
/**