X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FEvent%2FPage%2FDashBoard.php;h=8f35333cda03ce36f2a8a7ddf4a03c67f2ed1a95;hb=d25dd0ee5e47188c3ea9ad2918f627cfac97ddbd;hp=61207c29962171b732a5faadb4022e0afc8081b2;hpb=1219e6af26646ad548b2d7e97a7f345af4655c21;p=civicrm-core.git diff --git a/CRM/Event/Page/DashBoard.php b/CRM/Event/Page/DashBoard.php index 61207c2996..8f35333cda 100644 --- a/CRM/Event/Page/DashBoard.php +++ b/CRM/Event/Page/DashBoard.php @@ -23,7 +23,7 @@ | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ -*/ + */ /** * @@ -43,7 +43,6 @@ class CRM_Event_Page_DashBoard extends CRM_Core_Page { * the contact and calls the appropriate type of page to view. * * @return void - * */ public function preProcess() { CRM_Utils_System::setTitle(ts('CiviEvent')); @@ -72,10 +71,10 @@ class CRM_Event_Page_DashBoard extends CRM_Core_Page { } /** - * This function is the main function that is called when the page loads, + * the main function that is called when the page loads, * it decides the which action has to be taken for the page. * - * return null + * @return null */ public function run() { $this->preProcess(); @@ -91,4 +90,5 @@ class CRM_Event_Page_DashBoard extends CRM_Core_Page { return parent::run(); } + }