Merge pull request #5076 from owncloud/fix_filepicker_kondou
Fix require in apps/files/ajax/rawlist.php
This commit is contained in:
commit
551e809790
1 changed files with 0 additions and 4 deletions
|
@ -3,10 +3,6 @@
|
|||
// only need filesystem apps
|
||||
$RUNTIME_APPTYPES=array('filesystem');
|
||||
|
||||
// Init owncloud
|
||||
|
||||
require_once 'lib/template.php';
|
||||
|
||||
OCP\JSON::checkLoggedIn();
|
||||
|
||||
// Load the files
|
||||
|
|
Loading…
Reference in a new issue