eliminate warning about $conf redefinition
authorIvan Kohler <ivan@freeside.biz>
Wed, 14 Dec 2016 17:24:08 +0000 (09:24 -0800)
committerIvan Kohler <ivan@freeside.biz>
Wed, 14 Dec 2016 17:24:08 +0000 (09:24 -0800)
FS/FS/contact.pm

index 148fa61..ad0de6e 100644 (file)
@@ -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