From: kondou Date: Wed, 2 Oct 2013 10:45:30 +0000 (+0200) Subject: Remove require in rawlist.php X-Git-Tag: v6.0.0alpha2~113^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=feb7028a7845cca43ae5be8edc6000145c7d9cdd;p=nextcloud-server.git Remove require in rawlist.php Thanks @tanghus for pointing out the unneccessity of it. --- diff --git a/apps/files/ajax/rawlist.php b/apps/files/ajax/rawlist.php index b9890554197..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/private/template.php'; - OCP\JSON::checkLoggedIn(); // Load the files