X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FRecent.php;h=aa66d55454c8da18e66b9a40969ba8b402a5bdea;hb=8671b4f2efb228dc654123b391fd794b23b99d49;hp=012533eb9bb18244f97f8da7ea1da9ad3d1da2cc;hpb=8ea180b7e15f28bc58a8cffa5378fb6337cb955c;p=civicrm-core.git diff --git a/CRM/Utils/Recent.php b/CRM/Utils/Recent.php index 012533eb9b..aa66d55454 100644 --- a/CRM/Utils/Recent.php +++ b/CRM/Utils/Recent.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 | +--------------------------------------------------------------------+ -*/ + */ /** * @@ -94,7 +94,7 @@ class CRM_Utils_Recent { * * @return void */ - static function add( + public static function add( $title, $url, $id, @@ -198,4 +198,5 @@ class CRM_Utils_Recent { $session = CRM_Core_Session::singleton(); $session->set(self::STORE_NAME, self::$_recent); } + }