Skip to content

Commit

Permalink
Merge pull request #25234 from braders/unused-line
Browse files Browse the repository at this point in the history
[NFC] Remove line that does nothing
  • Loading branch information
yashodha authored Dec 30, 2022
2 parents f14c83c + 122040c commit f5bac80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CRM/Activity/BAO/Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ public static function where(&$query) {
if ($query->_mode == CRM_Contact_BAO_Query::MODE_CONTACTS) {
$query->_useDistinct = TRUE;
}
$query->_params[$id][3];
self::whereClauseSingle($query->_params[$id], $query);
}
}
Expand Down

0 comments on commit f5bac80

Please sign in to comment.