projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f25c0c0
)
--CRM-16526, fixed fatal error for class not found
author
Pradeep Nayak
<pradpnayak@gmail.com>
Tue, 29 Sep 2015 19:36:39 +0000
(
01:06
+0530)
committer
Pradeep Nayak
<pradpnayak@gmail.com>
Tue, 29 Sep 2015 19:36:39 +0000
(
01:06
+0530)
CRM/Member/Page/Tab.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Member/Page/Tab.php
b/CRM/Member/Page/Tab.php
index ccaf12aa76bfd6764235ab418028241033fb7694..80215cd210bf54f2a04b276de821759f8c7b641a 100644
(file)
--- a/
CRM/Member/Page/Tab.php
+++ b/
CRM/Member/Page/Tab.php
@@
-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');