[freeside-commits] branch master updated. 8d5e4e82f9ddcc1697d9ac94bfbc4a5bbe3c5caf

Jonathan Prykop jonathan at 420.am
Tue Jan 27 14:46:36 PST 2015


The branch, master has been updated
       via  8d5e4e82f9ddcc1697d9ac94bfbc4a5bbe3c5caf (commit)
      from  f13c9d8580d02851b150e21ea9beb6fc1dfbd3c8 (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 8d5e4e82f9ddcc1697d9ac94bfbc4a5bbe3c5caf
Author: Jonathan Prykop <jonathan at freeside.biz>
Date:   Tue Jan 27 16:46:18 2015 -0600

    Fixing accidental commit

diff --git a/FS/FS/Misc.pm b/FS/FS/Misc.pm
index 036c32d..f597058 100644
--- a/FS/FS/Misc.pm
+++ b/FS/FS/Misc.pm
@@ -255,9 +255,9 @@ sub send_email {
   
   push @to, $options{bcc} if defined($options{bcc});
   local $@; # just in case
-#  eval { sendmail($message, { transport => $transport,
-#                              from      => $from,
-#                              to        => \@to }) };
+  eval { sendmail($message, { transport => $transport,
+                              from      => $from,
+                              to        => \@to }) };
 
   my $error = '';
   if(ref($@) and $@->isa('Email::Sender::Failure')) {


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

Summary of changes:
 FS/FS/Misc.pm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)




More information about the freeside-commits mailing list