mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
just return "true" for now
This commit is contained in:
parent
3af09f2acf
commit
f7d281af67
1 changed files with 1 additions and 0 deletions
|
|
@ -257,6 +257,7 @@ class OC_Installer{
|
|||
$ocsid=OC_Appconfig::getValue( $app, 'ocsid');
|
||||
OC_App::disable($app);
|
||||
OC_App::enable($ocsid);
|
||||
return(true);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue