From: Ivan Kohler Date: Wed, 14 Dec 2016 17:24:08 +0000 (-0800) Subject: eliminate warning about $conf redefinition X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=16f0ad0c82e6046df66647e8401e3b16f54e0961;p=freeside.git eliminate warning about $conf redefinition --- diff --git a/FS/FS/contact.pm b/FS/FS/contact.pm index 148fa6157..ad0de6e32 100644 --- a/FS/FS/contact.pm +++ b/FS/FS/contact.pm @@ -690,8 +690,6 @@ sub send_reset_email { #email it - my $conf = new FS::Conf; - my $cust_main = $self->cust_main or die "no customer"; #reset a password for a prospect contact? someday