Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.3.5
-
Fix Version/s: 4.4.0
-
Component/s: Core CiviCRM
-
Labels:None
Description
The function isDeleteRelatedMembership should be declared as static in the file CRM/Contact/BAO/Relationship.php, line 1324.
Because this function is called with self:: on line 1311 of the same file.