From: Ivan Kohler Date: Wed, 28 Jan 2015 11:35:50 +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/?a=commitdiff_plain;h=23b594474ce15953c71ebd2d849cf7ad67d7f5a5;p=freeside.git 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 4f787358b..d3e4fb13b 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 ); use FS::Record qw( qsearch qsearchs ); use FS::contact;