Fix require in apps/files/ajax/rawlist.php
This commit is contained in:
parent
1adadf36fc
commit
013e9c27d2
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ $RUNTIME_APPTYPES=array('filesystem');
|
|||
|
||||
// Init owncloud
|
||||
|
||||
require_once 'lib/template.php';
|
||||
require_once 'lib/private/template.php';
|
||||
|
||||
OCP\JSON::checkLoggedIn();
|
||||
|
||||
|
|
Loading…
Reference in a new issue