diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-04-28 17:56:20 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-04-28 17:56:20 +0200 |
commit | ac9e07c589e65abd025b5ca867a353b5cb579dc2 (patch) | |
tree | 1012ba3866460569b6eba4bd86c671e4499b99f3 /apps | |
parent | af22e7ec95cd4def5941145b18188dc7a6124f77 (diff) | |
download | nextcloud-server-ac9e07c589e65abd025b5ca867a353b5cb579dc2.tar.gz nextcloud-server-ac9e07c589e65abd025b5ca867a353b5cb579dc2.zip |
$RUNTIME_APPTYPES is no longer used - left over from pre OC4
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_sharing/ajax/list.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/files_sharing/ajax/list.php b/apps/files_sharing/ajax/list.php index 36deb58a7ac..82bacb3d38d 100644 --- a/apps/files_sharing/ajax/list.php +++ b/apps/files_sharing/ajax/list.php @@ -20,11 +20,6 @@ * */ -// only need filesystem apps -$RUNTIME_APPTYPES=array('filesystem'); - -// Init owncloud - if(!\OC_App::isEnabled('files_sharing')){ exit; } |