diff options
Diffstat (limited to 'files/ajax/rawlist.php')
-rw-r--r-- | files/ajax/rawlist.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ajax/rawlist.php b/files/ajax/rawlist.php index e02c5b62733..8f1990d1b8f 100644 --- a/files/ajax/rawlist.php +++ b/files/ajax/rawlist.php @@ -4,7 +4,7 @@ $RUNTIME_APPTYPES=array('filesystem'); // Init owncloud -require_once('../../lib/base.php'); + require_once('../../lib/template.php'); OC_JSON::checkLoggedIn(); |