diff options
Diffstat (limited to 'Echolot/Fromlines.pm')
-rw-r--r-- | Echolot/Fromlines.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Echolot/Fromlines.pm b/Echolot/Fromlines.pm index 6d16571..095cf3d 100644 --- a/Echolot/Fromlines.pm +++ b/Echolot/Fromlines.pm @@ -26,7 +26,7 @@ sub build_fromlines() { return 1 unless Echolot::Config::get()->{'fromlines'}; my $data; - my @remailers = Echolot::Globals::get()->{'storage'}->get_remailers(); + my @remailers = Echolot::Globals::get()->{'storage'}->get_addresses(); for my $remailer (@remailers) { next unless $remailer->{'showit'}; |