fix a few comments
[civicrm-core.git] / CRM / Mailing / Page / Optout.php
index aaa76811e4b1473f5e9516dd5fd753cffe2fe19c..9816c3e273ba079f601ea1f489b5d8ad304928e1 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
@@ -23,7 +23,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -33,9 +33,9 @@
  *
  */
 class CRM_Mailing_Page_Optout extends CRM_Mailing_Page_Common {
-  function run() {
+  public function run() {
     $this->_type = 'optout';
     return parent::run();
   }
-}
 
+}