Send postal shipment via an email address? Really?
This would have only worked if we had solved generalized energy-matter conversion.... and I haven't invented a Heisenberg compensator.
This commit is contained in:
parent
07dc1bf515
commit
5cf6dfb805
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ foreach my $id (sort { sortFunction($a, $b); } @supporterIds) {
|
|||
next;
|
||||
}
|
||||
|
||||
my $postalAddress = $sp->getPreferredEmailAddress($id);
|
||||
my $postalAddress = $sp->getPreferredPostalAddress($id);
|
||||
if (not defined $postalAddress) {
|
||||
my(@postalAddresses) = $sp->getPostalAddresses($id);
|
||||
$postalAddress = $postalAddresses[0];
|
||||
|
|
Loading…
Reference in a new issue