X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FPledge%2FPage%2FUserDashboard.php;h=98eb57866e248b70cb823f465671e67f07074e5e;hb=317fceb45c357553effb3fca07c13ae53ada9e9d;hp=c5f5d35b31a626c145f8ba10f1500514ab754ea0;hpb=1219e6af26646ad548b2d7e97a7f345af4655c21;p=civicrm-core.git diff --git a/CRM/Pledge/Page/UserDashboard.php b/CRM/Pledge/Page/UserDashboard.php index c5f5d35b31..98eb57866e 100644 --- a/CRM/Pledge/Page/UserDashboard.php +++ b/CRM/Pledge/Page/UserDashboard.php @@ -35,9 +35,8 @@ class CRM_Pledge_Page_UserDashboard extends CRM_Contact_Page_View_UserDashBoard { /** - * This function is called when action is browse + * called when action is browse * - * return null */ public function listPledges() { $controller = new CRM_Core_Controller_Simple( @@ -69,10 +68,9 @@ class CRM_Pledge_Page_UserDashboard extends CRM_Contact_Page_View_UserDashBoard } /** - * This function is the main function that is called when the page + * the main function that is called when the page * loads, it decides the which action has to be taken for the page. * - * return null */ public function run() { parent::preProcess();