From ac9e07c589e65abd025b5ca867a353b5cb579dc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= <thomas.mueller@tmit.eu> Date: Mon, 28 Apr 2014 17:56:20 +0200 Subject: [PATCH] $RUNTIME_APPTYPES is no longer used - left over from pre OC4 --- apps/files_sharing/ajax/list.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/apps/files_sharing/ajax/list.php b/apps/files_sharing/ajax/list.php index 36deb58a7a..82bacb3d38 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; } -- GitLab