[freeside-commits] branch master updated. fac2173d1cde3889d6f1bfed2b8b33e3f190f777

Ivan ivan at 420.am
Wed Jan 28 03:35:47 PST 2015


The branch, master has been updated
       via  fac2173d1cde3889d6f1bfed2b8b33e3f190f777 (commit)
      from  2e4fa975e054554beac71883436b143267d7aa12 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fac2173d1cde3889d6f1bfed2b8b33e3f190f777
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Jan 28 03:35:38 2015 -0800

    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 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
 


-----------------------------------------------------------------------

Summary of changes:
 FS/FS/contact_email.pm |    1 +
 1 file changed, 1 insertion(+)




More information about the freeside-commits mailing list