Merge pull request #4896 from totten/master-movedep
[civicrm-core.git] / CRM / Mailing / Page / Optout.php
index aaa76811e4b1473f5e9516dd5fd753cffe2fe19c..9ed0bd363c6a65f3b0e1cba682ed7082d6c04911 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
@@ -33,9 +33,8 @@
  *
  */
 class CRM_Mailing_Page_Optout extends CRM_Mailing_Page_Common {
-  function run() {
+  public function run() {
     $this->_type = 'optout';
     return parent::run();
   }
 }
-