From: Ivan Kohler Date: Wed, 28 Jan 2015 11:35:38 +0000 (-0800) Subject: fix throwing an error message trying to throw an error message about invalid email... X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=fac2173d1cde3889d6f1bfed2b8b33e3f190f777 fix throwing an error message trying to throw an error message about invalid email address, RT#29311 --- diff --git a/FS/FS/contact_email.pm b/FS/FS/contact_email.pm index a0ff27393..8d6bbbf6f 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