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

just return "true" for now

parent 3af09f2a
Branches
No related tags found
No related merge requests found
......@@ -257,6 +257,7 @@ class OC_Installer{
$ocsid=OC_Appconfig::getValue( $app, 'ocsid');
OC_App::disable($app);
OC_App::enable($ocsid);
return(true);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment