Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorGeorg Ehrke <georg@ownCloud.com>2013-02-10 14:58:00 +0400
committerGeorg Ehrke <georg@ownCloud.com>2013-02-10 14:58:00 +0400
commit015ac6a91dc1490a5ddd9adc40d3d8a9af8334eb (patch)
tree8cbe7cbed0544a60c84f28e566c3192303a1c2fa /apps
parent0f227fa4937aa3e423bdf0be485d9173d7f4958e (diff)
add callcheck in guesstimezone.php
Diffstat (limited to 'apps')
-rw-r--r--apps/calendar/ajax/settings/guesstimezone.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/calendar/ajax/settings/guesstimezone.php b/apps/calendar/ajax/settings/guesstimezone.php
index 11c74631d44..485da7b49f6 100644
--- a/apps/calendar/ajax/settings/guesstimezone.php
+++ b/apps/calendar/ajax/settings/guesstimezone.php
@@ -9,6 +9,7 @@
OCP\JSON::checkLoggedIn();
OCP\JSON::checkAppEnabled('calendar');
+OCP\JSON::callCheck();
$l = OC_L10N::get('calendar');