From feb7028a7845cca43ae5be8edc6000145c7d9cdd Mon Sep 17 00:00:00 2001
From: kondou <kondou@ts.unde.re>
Date: Wed, 2 Oct 2013 12:45:30 +0200
Subject: [PATCH] Remove require in rawlist.php

Thanks @tanghus for pointing out the unneccessity of it.
---
 apps/files/ajax/rawlist.php | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/apps/files/ajax/rawlist.php b/apps/files/ajax/rawlist.php
index b989055419..40da32b223 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
-- 
GitLab