summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-01-28 03:35:38 -0800
committerIvan Kohler <ivan@freeside.biz>2015-01-28 03:35:38 -0800
commitfac2173d1cde3889d6f1bfed2b8b33e3f190f777 (patch)
tree599798ddb3f73bb558f7843bcf75220fb401a51d
parent2e4fa975e054554beac71883436b143267d7aa12 (diff)
fix throwing an error message trying to throw an error message about invalid email address, RT#29311
-rw-r--r--FS/FS/contact_email.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/contact_email.pm b/FS/FS/contact_email.pm
index a0ff273..8d6bbbf 100644
--- a/FS/FS/contact_email.pm
+++ b/FS/FS/contact_email.pm
@@ -2,6 +2,7 @@ package FS::contact_email;
use base qw( FS::Record );
use strict;
+use FS::Msgcat qw( gettext );
=head1 NAME