diff options
author | kondou <kondou@ts.unde.re> | 2013-10-02 12:21:52 +0200 |
---|---|---|
committer | kondou <kondou@ts.unde.re> | 2013-10-02 12:21:52 +0200 |
commit | 013e9c27d2e9647c719b05a5119670d976b46202 (patch) | |
tree | 9a4adaf2d8add3a15b1e3699874899de0c03046a /apps/files/ajax | |
parent | 1adadf36fca29f7d688bcbf84ae53f6ecc16e53c (diff) | |
download | nextcloud-server-013e9c27d2e9647c719b05a5119670d976b46202.tar.gz nextcloud-server-013e9c27d2e9647c719b05a5119670d976b46202.zip |
Fix require in apps/files/ajax/rawlist.php
Diffstat (limited to 'apps/files/ajax')
-rw-r--r-- | apps/files/ajax/rawlist.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/ajax/rawlist.php b/apps/files/ajax/rawlist.php index 531481a84c0..b9890554197 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(); |