INFRA-132 batch 2 cleanup
[civicrm-core.git] / CRM / Mailing / Page / Optout.php
index 3511eb00eb2ccf7a6e851d933efd20abd07c5c94..9ed0bd363c6a65f3b0e1cba682ed7082d6c04911 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.4                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2013
+ * @copyright CiviCRM LLC (c) 2004-2014
  * $Id$
  *
  */
 class CRM_Mailing_Page_Optout extends CRM_Mailing_Page_Common {
-  function run() {
+  public function run() {
     $this->_type = 'optout';
     return parent::run();
   }
 }
-