summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-02-03 11:28:15 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2015-02-03 11:28:15 +0100
commita24d73aa0cde139c4aee0404c46c54bd1f94ada9 (patch)
treea99c9b3368c9628c75569c6d60b0f95b3a5b98ac /apps
parent6aef13fb0733b0b6a029344c597f523e7131418d (diff)
parent4270188252d8db8f1626231717bcfd5de35d3ef5 (diff)
downloadnextcloud-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.php1
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'];