diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2013-10-07 11:00:56 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2013-10-07 11:00:56 +0200 |
commit | 4f67b7a6c34d8e4ff36540ba155c75fb8e44eb7e (patch) | |
tree | 1257c3979e44c421adbf45bfbcc0aa1c4402e698 /apps/files/ajax/rawlist.php | |
parent | 0346167bb2ab3c26fed26415470d52c21110d70e (diff) | |
parent | fd34c969d233724399651f6481f32d5c7c1ee18b (diff) | |
download | nextcloud-server-4f67b7a6c34d8e4ff36540ba155c75fb8e44eb7e.tar.gz nextcloud-server-4f67b7a6c34d8e4ff36540ba155c75fb8e44eb7e.zip |
Merge branch 'master' into remove_deleted_shares_from_db
Diffstat (limited to 'apps/files/ajax/rawlist.php')
-rw-r--r-- | apps/files/ajax/rawlist.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/files/ajax/rawlist.php b/apps/files/ajax/rawlist.php index 531481a84c0..40da32b223a 100644 --- a/apps/files/ajax/rawlist.php +++ b/apps/files/ajax/rawlist.php @@ -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 |