Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.1.0
-
Fix Version/s: 4.1.0
-
Component/s: None
-
Labels:None
Description
class CRM_Pledge_DAO_Payment extends CRM_Core_DAO
should be
class CRM_Pledge_DAO_PledgePayment extends CRM_Core_DAO
(ditto BAO).
There's some code in
function _civicrm_api3_get_DAO ($name) { (in api/v3/utils.php) which can be pulled once this is done