Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.4.6
-
Fix Version/s: 4.5
-
Component/s: None
-
Labels:None
Description
Strict warning: Non-static method CRM_Pledge_Page_Tab::setContext() should not be called statically, assuming $this from incompatible context in CRM_Pledge_Page_Payment->run() (line 52 of /var/www/x/sites/all/modules/civicrm/CRM/Pledge/Page/Payment.php).
Note this function is called statically & from it's own class - it seems it should probably be moved to their shared parent CRM_Pledge_Page & called non-statically from there