From 16f0ad0c82e6046df66647e8401e3b16f54e0961 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 14 Dec 2016 09:24:08 -0800 Subject: [PATCH] eliminate warning about $conf redefinition --- FS/FS/contact.pm | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.11.0