INFRA-132 batch 2 cleanup
[civicrm-core.git] / CRM / Mailing / Page / Event.php
index dd5a4b3e564219cfae5cd5e7205155fb207bc032..605e743bd11f98dec5d9d4eb4cc7ef0ec215c2c4 100644 (file)
@@ -1,8 +1,7 @@
 <?php
-
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
 class CRM_Mailing_Page_Event extends CRM_Core_Page {
 
   /**
-   * all the fields that are listings related
+   * All the fields that are listings related
    *
    * @var array
-   * @access protected
    */
   protected $_fields;
 
   /**
-   * run this page (figure out the action needed and perform it).
+   * Run this page (figure out the action needed and perform it).
    *
    * @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();
   }
 }
-