[Pkg-owncloud-commits] [owncloud] 15/172: $RUNTIME_APPTYPES is no longer used - left over from pre OC4

David Prévot taffit at moszumanska.debian.org
Sun May 18 20:09:35 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit ac9e07c589e65abd025b5ca867a353b5cb579dc2
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date:   Mon Apr 28 17:56:20 2014 +0200

    $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 36deb58..82bacb3 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;
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list