Merge pull request #1795 from mlutfy/master-crm13584-instali18n
[civicrm-core.git] / CRM / ACL / Form / ACL.php
index 23d04a76d5f65e94ebb1c15b476d32e0ec84f6db..ba9d7b1d747ba1b4603daab0b570c4087be284e5 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.3                                                |
+ | CiviCRM version 4.4                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2013                                |
  +--------------------------------------------------------------------+
@@ -166,11 +166,11 @@ class CRM_ACL_Form_ACL extends CRM_Admin_Form {
 
     $customGroup = array('-1' => ts('- select -'),
       '0' => ts('All Custom Groups'),
-    ) + CRM_Core_PseudoConstant::customGroup();
+    ) + CRM_Core_PseudoConstant::get('CRM_Core_DAO_CustomField', 'custom_group_id');
 
     $ufGroup = array('-1' => ts('- select -'),
       '0' => ts('All Profiles'),
-    ) + CRM_Core_PseudoConstant::ufGroup();
+    ) + CRM_Core_PseudoConstant::get('CRM_Core_DAO_UFField', 'uf_group_id');
 
     $event = array('-1' => ts('- select -'),
       '0' => ts('All Events'),