From 013e9c27d2e9647c719b05a5119670d976b46202 Mon Sep 17 00:00:00 2001
From: kondou <kondou@ts.unde.re>
Date: Wed, 2 Oct 2013 12:21:52 +0200
Subject: [PATCH] Fix require in apps/files/ajax/rawlist.php

---
 apps/files/ajax/rawlist.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/files/ajax/rawlist.php b/apps/files/ajax/rawlist.php
index 531481a84c..b989055419 100644
--- a/apps/files/ajax/rawlist.php
+++ b/apps/files/ajax/rawlist.php
@@ -5,7 +5,7 @@ $RUNTIME_APPTYPES=array('filesystem');
 
 // Init owncloud
 
-require_once 'lib/template.php';
+require_once 'lib/private/template.php';
 
 OCP\JSON::checkLoggedIn();
 
-- 
GitLab