X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FGlobalStack.php;h=b6d4a089ccf105ea2bc06fb27b8118a5205086c2;hb=8671b4f2efb228dc654123b391fd794b23b99d49;hp=3f32cf799c65cede75c5f2d52ece27a8d864b969;hpb=ad314df7cc28a13a58caee38ccf30750572c5f11;p=civicrm-core.git diff --git a/CRM/Utils/GlobalStack.php b/CRM/Utils/GlobalStack.php index 3f32cf799c..b6d4a089cc 100644 --- a/CRM/Utils/GlobalStack.php +++ b/CRM/Utils/GlobalStack.php @@ -22,7 +22,7 @@ | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ -*/ + */ /** * Temporarily change a global variable. @@ -111,4 +111,5 @@ class CRM_Utils_GlobalStack { } } } + }