Skip to content

Commit

Permalink
- Unused global. (calendar/Calendar.php)
Browse files Browse the repository at this point in the history
Signed-off-by: Nao <nao@wedge>
  • Loading branch information
Nao committed May 15, 2014
1 parent 2862012 commit 4fb8986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calendar/Calendar.php
Expand Up @@ -313,7 +313,7 @@ function CalendarPost()

function iCalDownload()
{
global $context, $settings;
global $settings;

// Goes without saying that this is required.
if (!isset($_REQUEST['eventid']))
Expand Down

0 comments on commit 4fb8986

Please sign in to comment.