Merge pull request #2036 from agh1/no-amounts-member-priceset
[civicrm-core.git] / CRM / Core / Smarty / Permissions.php
1 <?php
2
3 class CRM_Core_Smarty_Permissions {
4 // non-static adapter for CRM_Core_Permission::check
5 function check($offset) {
6 return CRM_Core_Permission::check($offset);
7 }
8
9 }