Merge pull request #4696 from colemanw/CRM-15669
[civicrm-core.git] / CRM / Event / Page / ICalendar.php
index 534d716c842c4508b2a9aba85db49dc4a6f25ef1..accb70a185346ff6592f81bf6c67b8a69c4cebaa 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
@@ -48,7 +48,7 @@ class CRM_Event_Page_ICalendar extends CRM_Core_Page {
    *
    * @return void
    */
-  function run() {
+  public function run() {
     $id       = CRM_Utils_Request::retrieve('id', 'Positive', $this, FALSE, NULL, 'GET');
     $type     = CRM_Utils_Request::retrieve('type', 'Positive', $this, FALSE, 0);
     $start    = CRM_Utils_Request::retrieve('start', 'Positive', $this, FALSE, 0);
@@ -103,4 +103,3 @@ class CRM_Event_Page_ICalendar extends CRM_Core_Page {
     CRM_Utils_System::civiExit();
   }
 }
-