From 0af87aaed13a3e878946517f86ef11efb66c5c70 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 14 Dec 2016 09:23:55 -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 1c456e7ad..c462e55f3 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; -- 2.11.0