X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FSmarty.php;h=0e55b1fa27b828373aafb690127fa537acb0bcb1;hb=66c8c66979f92592d92aac412a63bdbbd7ebea61;hp=6422ca2c489ac59884a160adcaaff16ae972e333;hpb=52df19870805bf5a2bae2388a1f6c5a0309c2d92;p=civicrm-core.git diff --git a/CRM/Core/Smarty.php b/CRM/Core/Smarty.php index 6422ca2c48..0e55b1fa27 100644 --- a/CRM/Core/Smarty.php +++ b/CRM/Core/Smarty.php @@ -1,9 +1,9 @@ register_function('crmURL', array('CRM_Utils_System', 'crmURL')); $this->load_filter('pre', 'resetExtScope'); + + $this->assign('crmPermissions', new CRM_Core_Smarty_Permissions()); } /**