CRM-12135 rollback test
authorMathieu Lutfy <mathieu@bidon.ca>
Mon, 18 Mar 2013 15:20:13 +0000 (11:20 -0400)
committerMathieu Lutfy <mathieu@bidon.ca>
Mon, 18 Mar 2013 15:20:13 +0000 (11:20 -0400)
CRM/Event/Page/ICalendar.php

index b9c89a2ff2b77b4954740186072f31976324a6f5..957d69ba7ee024297c693e226f6c9e736fa74965 100644 (file)
@@ -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());