Merge pull request #5035 from TeNNoX/master
[civicrm-core.git] / CRM / Mailing / Page / Resubscribe.php
index c985727d63b7f86601ae507166f83eeded6b8822..2596ae7be439a6e29ead66906c98af487c56ca79 100644 (file)
@@ -23,7 +23,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -36,9 +36,9 @@ class CRM_Mailing_Page_Resubscribe extends CRM_Mailing_Page_Common {
   /**
    * @return string
    */
-  function run() {
+  public function run() {
     $this->_type = 'resubscribe';
     return parent::run();
   }
-}
 
+}