X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FPage.php;h=b19388283fc8d073aea22b09bf970108467c3857;hb=e09b101fec3c877f80db9d1b65bebc836d7f8e43;hp=145c91af53352081c761e203fa89511e411f4e26;hpb=b35d4a1efbfcad7bf4ec80735d771dd0bc4d42bb;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();