--CRM-16526, fixed fatal error for class not found
authorPradeep Nayak <pradpnayak@gmail.com>
Tue, 29 Sep 2015 19:36:39 +0000 (01:06 +0530)
committerPradeep Nayak <pradpnayak@gmail.com>
Tue, 29 Sep 2015 19:36:39 +0000 (01:06 +0530)
CRM/Member/Page/Tab.php

index ccaf12aa76bfd6764235ab418028241033fb7694..80215cd210bf54f2a04b276de821759f8c7b641a 100644 (file)
@@ -629,7 +629,7 @@ class CRM_Member_Page_Tab extends CRM_Core_Page {
    *   (reference ) action links
    */
   public static function getPermissionedLinks($memTypeID, &$links) {
-    if (!self::isACLFinancialTypeStatus()) {
+    if (!CRM_Financial_BAO_FinancialType::isACLFinancialTypeStatus()) {
       return FALSE;
     }
     $finTypeId = CRM_Core_DAO::getFieldValue('CRM_Member_DAO_MembershipType', $memTypeID, 'financial_type_id');