From: Ivan Kohler Date: Wed, 14 Dec 2016 17:24:01 +0000 (-0800) Subject: eliminate warning about $conf redefinition X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=9ed21392289deb8f4f80bce4e501af66dd84ad8c;p=freeside.git eliminate warning about $conf redefinition --- diff --git a/FS/FS/contact.pm b/FS/FS/contact.pm index 2dbe54833..e49f6df77 100644 --- a/FS/FS/contact.pm +++ b/FS/FS/contact.pm @@ -888,8 +888,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;