[freeside-commits] branch master updated. 0af87aaed13a3e878946517f86ef11efb66c5c70

Ivan ivan at 420.am
Wed Dec 14 09:23:57 PST 2016


The branch, master has been updated
       via  0af87aaed13a3e878946517f86ef11efb66c5c70 (commit)
      from  420d984948f76376ec18a731031926e9e769f9b0 (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 0af87aaed13a3e878946517f86ef11efb66c5c70
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Dec 14 09:23:55 2016 -0800

    eliminate warning about $conf redefinition

diff --git a/FS/FS/contact.pm b/FS/FS/contact.pm
index 1c456e7..c462e55 100644
--- a/FS/FS/contact.pm
+++ b/FS/FS/contact.pm
@@ -882,8 +882,6 @@ sub send_reset_email {
 
   #email it
 
-  my $conf = new FS::Conf;
-
   my $cust_main = '';
   my @cust_contact = grep $_->selfservice_access, $self->cust_contact;
   $cust_main = $cust_contact[0]->cust_main if scalar(@cust_contact) == 1;

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

Summary of changes:
 FS/FS/contact.pm |    2 --
 1 file changed, 2 deletions(-)




More information about the freeside-commits mailing list