diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-02-03 11:28:15 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-02-03 11:28:15 +0100 |
commit | a24d73aa0cde139c4aee0404c46c54bd1f94ada9 (patch) | |
tree | a99c9b3368c9628c75569c6d60b0f95b3a5b98ac /apps | |
parent | 6aef13fb0733b0b6a029344c597f523e7131418d (diff) | |
parent | 4270188252d8db8f1626231717bcfd5de35d3ef5 (diff) | |
download | nextcloud-server-a24d73aa0cde139c4aee0404c46c54bd1f94ada9.tar.gz nextcloud-server-a24d73aa0cde139c4aee0404c46c54bd1f94ada9.zip |
Merge pull request #13837 from owncloud/endless-redirect
Add callCheck to testremote.php
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_sharing/ajax/testremote.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/ajax/testremote.php b/apps/files_sharing/ajax/testremote.php index 08149bf7ecc..14992787012 100644 --- a/apps/files_sharing/ajax/testremote.php +++ b/apps/files_sharing/ajax/testremote.php @@ -6,6 +6,7 @@ * See the COPYING-README file. */ +OCP\JSON::callCheck(); OCP\JSON::checkAppEnabled('files_sharing'); $remote = $_GET['remote']; |