X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FRecent.php;h=aa66d55454c8da18e66b9a40969ba8b402a5bdea;hb=8671b4f2efb228dc654123b391fd794b23b99d49;hp=f81cb4bfeb249ca3c93e80e411136b32929a0796;hpb=e7d9eed9976e0305f66ef3b7c63438a7e2316701;p=civicrm-core.git diff --git a/CRM/Utils/Recent.php b/CRM/Utils/Recent.php index f81cb4bfeb..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 | +--------------------------------------------------------------------+ -*/ + */ /** * @@ -198,4 +198,5 @@ class CRM_Utils_Recent { $session = CRM_Core_Session::singleton(); $session->set(self::STORE_NAME, self::$_recent); } + }