From 6e5197f6ecdfbdec0d3a21c2e9f82fea9bb878bb Mon Sep 17 00:00:00 2001 From: Mathieu Lutfy Date: Mon, 18 Mar 2013 11:20:13 -0400 Subject: [PATCH] CRM-12135 rollback test --- CRM/Event/Page/ICalendar.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/CRM/Event/Page/ICalendar.php b/CRM/Event/Page/ICalendar.php index b9c89a2ff2..957d69ba7e 100644 --- a/CRM/Event/Page/ICalendar.php +++ b/CRM/Event/Page/ICalendar.php @@ -58,8 +58,6 @@ class CRM_Event_Page_ICalendar extends CRM_Core_Page { $html = CRM_Utils_Request::retrieve('html', 'Positive', $this, FALSE, 0); $rss = CRM_Utils_Request::retrieve('rss', 'Positive', $this, FALSE, 0); - CRM_Utils_System::setTitle(ts('Current and Upcoming Events')); - $info = CRM_Event_BAO_Event::getCompleteInfo($start, $type, $id, $end); $this->assign('events', $info); $this->assign('timezone', @date_default_timezone_get()); -- 2.25.1