just return "true" for now
This commit is contained in:
parent
3af09f2acf
commit
f7d281af67
|
@ -257,6 +257,7 @@ class OC_Installer{
|
||||||
$ocsid=OC_Appconfig::getValue( $app, 'ocsid');
|
$ocsid=OC_Appconfig::getValue( $app, 'ocsid');
|
||||||
OC_App::disable($app);
|
OC_App::disable($app);
|
||||||
OC_App::enable($ocsid);
|
OC_App::enable($ocsid);
|
||||||
|
return(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue