Fix require in apps/files/ajax/rawlist.php

remotes/origin/stable6
kondou 13 years ago
parent 1adadf36fc
commit 013e9c27d2
  1. 2
      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();

Loading…
Cancel
Save