summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/ajax/list.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/ajax/list.php')
-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;
}