summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-12-14 09:24:08 -0800
committerIvan Kohler <ivan@freeside.biz>2016-12-14 09:24:08 -0800
commit16f0ad0c82e6046df66647e8401e3b16f54e0961 (patch)
tree8167b4dcefc86dc230bf9a5db63bcf8da54804c6
parent99e45c99df978410140c0e14f17820d57f9e6b54 (diff)
eliminate warning about $conf redefinition
-rw-r--r--FS/FS/contact.pm2
1 files changed, 0 insertions, 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