mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 18:21:40 -04:00
$RUNTIME_APPTYPES is no longer used - left over from pre OC4
This commit is contained in:
parent
af22e7ec95
commit
ac9e07c589
1 changed files with 0 additions and 5 deletions
|
|
@ -20,11 +20,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
// only need filesystem apps
|
||||
$RUNTIME_APPTYPES=array('filesystem');
|
||||
|
||||
// Init owncloud
|
||||
|
||||
if(!\OC_App::isEnabled('files_sharing')){
|
||||
exit;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue