diff options
author | Morris Jobke <morris.jobke@gmail.com> | 2013-10-02 05:59:24 -0700 |
---|---|---|
committer | Morris Jobke <morris.jobke@gmail.com> | 2013-10-02 05:59:24 -0700 |
commit | 551e80979046358b9cbc8a0f8db0ff9cdf919e33 (patch) | |
tree | d93d6fff7ceee6948d643d302a19200fc83c2bcf | |
parent | 1adadf36fca29f7d688bcbf84ae53f6ecc16e53c (diff) | |
parent | feb7028a7845cca43ae5be8edc6000145c7d9cdd (diff) | |
download | nextcloud-server-551e80979046358b9cbc8a0f8db0ff9cdf919e33.tar.gz nextcloud-server-551e80979046358b9cbc8a0f8db0ff9cdf919e33.zip |
Merge pull request #5076 from owncloud/fix_filepicker_kondou
Fix require in apps/files/ajax/rawlist.php
-rw-r--r-- | apps/files/ajax/rawlist.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/files/ajax/rawlist.php b/apps/files/ajax/rawlist.php index 531481a84c0..40da32b223a 100644 --- a/apps/files/ajax/rawlist.php +++ b/apps/files/ajax/rawlist.php @@ -3,10 +3,6 @@ // only need filesystem apps $RUNTIME_APPTYPES=array('filesystem'); -// Init owncloud - -require_once 'lib/template.php'; - OCP\JSON::checkLoggedIn(); // Load the files |