|
|
|
@ -32,9 +32,7 @@ class OC_Util {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// load all filesystem apps before, so no setup-hook gets lost
|
|
|
|
// load all filesystem apps before, so no setup-hook gets lost
|
|
|
|
if(!isset($RUNTIME_NOAPPS) || !$RUNTIME_NOAPPS) {
|
|
|
|
OC_App::loadApps(array('filesystem'));
|
|
|
|
OC_App::loadApps(array('filesystem'));
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// the filesystem will finish when $user is not empty,
|
|
|
|
// the filesystem will finish when $user is not empty,
|
|
|
|
// mark fs setup here to avoid doing the setup from loading
|
|
|
|
// mark fs setup here to avoid doing the setup from loading
|
|
|
|
|