Merge pull request #4696 from colemanw/CRM-15669
[civicrm-core.git] / CRM / Event / Page / ICalendar.php
index 1fe0bdfc42a852cd6a644a642d76216a7c67a1e5..accb70a185346ff6592f81bf6c67b8a69c4cebaa 100644 (file)
@@ -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();
   }
 }
-