X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FPage.php;h=b19388283fc8d073aea22b09bf970108467c3857;hb=7646662a2002fac1f942d0a590145c38e735891f;hp=145c91af53352081c761e203fa89511e411f4e26;hpb=085d8bc50399130290953d45b146ce0f48a6cf1a;p=civicrm-core.git diff --git a/CRM/Core/Page.php b/CRM/Core/Page.php index 145c91af53..b19388283f 100644 --- a/CRM/Core/Page.php +++ b/CRM/Core/Page.php @@ -214,6 +214,10 @@ class CRM_Core_Page { $config = CRM_Core_Config::singleton(); + // @fixme this is probably the wrong place for this. It is required by jsortable.tpl which is inherited from many page templates. + // So we have to add it here to deprecate $config->defaultCurrencySymbol + $this->assign('defaultCurrencySymbol', CRM_Core_BAO_Country::defaultCurrencySymbol()); + // Intermittent alert to admins CRM_Utils_Check::singleton()->showPeriodicAlerts();