Skip to content

Commit

Permalink
Merge pull request #20139 from eileenmcnaughton/home_url
Browse files Browse the repository at this point in the history
Remove defunct default return property
  • Loading branch information
demeritcowboy authored May 15, 2021
2 parents fc436be + 593b820 commit 71fa9fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CRM/Contact/BAO/Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -4451,7 +4451,6 @@ public static function &defaultReturnProperties($mode = 1) {

if (empty(self::$_defaultReturnProperties[$mode])) {
self::$_defaultReturnProperties[$mode] = [
'home_URL' => 1,
'image_URL' => 1,
'legal_identifier' => 1,
'external_identifier' => 1,
Expand Down

0 comments on commit 71fa9fa

Please sign in to comment.