Skip to content

Commit

Permalink
Merge pull request #28593 from braders/nfc-unused-variable
Browse files Browse the repository at this point in the history
[NFC] Remove unused variable
  • Loading branch information
colemanw authored Dec 10, 2023
2 parents 380f24d + 9eec8c1 commit ab913b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Core/BAO/Address.php
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ public static function &getValues($entityBlock, $microformat = FALSE, $fieldName
}
}
}
$stree = $address->street_address;

$values = [];
CRM_Core_DAO::storeValues($address, $values);

Expand Down

0 comments on commit ab913b2

Please sign in to comment.