Merge pull request #4818 from pratikshad/CRM-15770
[civicrm-core.git] / CRM / Contribute / Page / SubscriptionStatus.php
index 294ce27bb96e94fca982624bfd85c9c505183921..11855ff884c4ecface0c36cdc0c7dd5d83c5da45 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.                                    |
  |                                                                    |
@@ -28,7 +28,7 @@
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2013
+ * @copyright CiviCRM LLC (c) 2004-2014
  * $Id$
  *
  */
@@ -40,9 +40,8 @@ class CRM_Contribute_Page_SubscriptionStatus extends CRM_Core_Page {
    * it decides the which action has to be taken for the page.
    *
    * return null
-   * @access public
    */
-  function run() {
+  public function run() {
     $task    = CRM_Utils_Request::retrieve('task', 'String',   CRM_Core_DAO::$_nullObject);
     $result  = CRM_Utils_Request::retrieve('result', 'Integer',  CRM_Core_DAO::$_nullObject);
 
@@ -60,4 +59,3 @@ class CRM_Contribute_Page_SubscriptionStatus extends CRM_Core_Page {
     return parent::run();
   }
 }
-