[Pkg-owncloud-commits] [owncloud] 01/11: add callcheck in guesstimezone.php
David Prévot
taffit at alioth.debian.org
Fri Nov 8 23:09:29 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag v4.0.12
in repository owncloud.
commit 015ac6a91dc1490a5ddd9adc40d3d8a9af8334eb
Author: Georg Ehrke <georg at ownCloud.com>
Date: Sun Feb 10 11:58:00 2013 +0100
add callcheck in guesstimezone.php
---
apps/calendar/ajax/settings/guesstimezone.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/apps/calendar/ajax/settings/guesstimezone.php b/apps/calendar/ajax/settings/guesstimezone.php
index 11c7463..485da7b 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');
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list