Details
-
Type:
Bug
-
Status: Done/Fixed
-
Priority:
Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.4.3
-
Fix Version/s: 4.5
-
Component/s: None
-
Labels:
Description
Another one found by running test suite on later php 5.4 - I couldn't see any evidence of it being called non-statically but didn't inspect all calls to new CRM_Mailing_BAO_Mailing()
Here is another one: CRM_Admin_Page_ScheduleReminders::links();
https://github.com/civicrm/civicrm-core/blob/master/CRM/Event/Form/ManageEvent/ScheduleReminders.php#L71
https://github.com/civicrm/civicrm-core/blob/master/CRM/Admin/Page/ScheduleReminders.php#L64
If I get a chance I will send a pull request for this one.