]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix require in apps/files/ajax/rawlist.php
authorkondou <kondou@ts.unde.re>
Wed, 2 Oct 2013 10:21:52 +0000 (12:21 +0200)
committerkondou <kondou@ts.unde.re>
Wed, 2 Oct 2013 10:21:52 +0000 (12:21 +0200)
apps/files/ajax/rawlist.php

index 531481a84c00e98f46aaeb07ca730d0c91b4568e..b98905541971cc7649783e668b36a23bf2dd8bc3 100644 (file)
@@ -5,7 +5,7 @@ $RUNTIME_APPTYPES=array('filesystem');
 
 // Init owncloud
 
-require_once 'lib/template.php';
+require_once 'lib/private/template.php';
 
 OCP\JSON::checkLoggedIn();