From 4fb8986a4c1e62ae995f4e11b294f73e0eacc3c8 Mon Sep 17 00:00:00 2001 From: Nao Date: Thu, 15 May 2014 14:44:21 +0200 Subject: [PATCH] - Unused global. (calendar/Calendar.php) Signed-off-by: Nao --- calendar/Calendar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/Calendar.php b/calendar/Calendar.php index 7c7f8f1..74cba27 100644 --- a/calendar/Calendar.php +++ b/calendar/Calendar.php @@ -313,7 +313,7 @@ function CalendarPost() function iCalDownload() { - global $context, $settings; + global $settings; // Goes without saying that this is required. if (!isset($_REQUEST['eventid']))