INFRA-132 batch 2 cleanup
[civicrm-core.git] / CRM / Mailing / Page / Event.php
index 746778e660143dfc9b638bb6685cb9aa662eca83..605e743bd11f98dec5d9d4eb4cc7ef0ec215c2c4 100644 (file)
@@ -1,8 +1,7 @@
 <?php
-
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
@@ -45,7 +44,6 @@ class CRM_Mailing_Page_Event extends CRM_Core_Page {
    * All the fields that are listings related
    *
    * @var array
-   * @access protected
    */
   protected $_fields;
 
@@ -54,7 +52,7 @@ class CRM_Mailing_Page_Event extends CRM_Core_Page {
    *
    * @return void
    */
-  function run() {
+  public function run() {
     $selector = &new CRM_Mailing_Selector_Event(
       CRM_Utils_Request::retrieve('event', 'String', $this),
       CRM_Utils_Request::retrieve('distinct', 'Boolean', $this),
@@ -112,4 +110,3 @@ class CRM_Mailing_Page_Event extends CRM_Core_Page {
     return parent::run();
   }
 }
-