Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.4.5, 4.4.6
-
Fix Version/s: 4.5
-
Component/s: Core CiviCRM
-
Labels:
Description
Strict warning: Declaration of CRM_Core_Payment_Moneris::singleton() should be compatible with & CRM_Core_Payment::singleton($mode, &$paymentProcessor, &$paymentForm = NULL, $force = false) in CRM_Core_Payment::singleton() (line 112 of [...]/sites/all/modules/civicrm/CRM/Core/Payment.php).
Attached is a simple patch to make the singleton signature match what CRM_Core_Payment::singleton expects.