summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-04-28 17:56:20 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-04-28 17:56:20 +0200
commitac9e07c589e65abd025b5ca867a353b5cb579dc2 (patch)
tree1012ba3866460569b6eba4bd86c671e4499b99f3 /apps
parentaf22e7ec95cd4def5941145b18188dc7a6124f77 (diff)
downloadnextcloud-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.php5
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;
}