From 428faf84539f398a088ce16aa16c8e77ed30343f Mon Sep 17 00:00:00 2001 From: Rob Van Dam Date: Wed, 16 Oct 2013 16:33:55 -0600 Subject: [PATCH] Fixed setting of global variable that was missed in last commit --- FS/FS/cust_pkg.pm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/FS/FS/cust_pkg.pm b/FS/FS/cust_pkg.pm index 1b8a23c3d..8c4b7231a 100644 --- a/FS/FS/cust_pkg.pm +++ b/FS/FS/cust_pkg.pm @@ -48,9 +48,7 @@ use FS::svc_forward; # for sending cancel emails in sub cancel use FS::Conf; -our ($disable_agentcheck, $DEBUG, $me) = (undef, 0, '[FS::cust_pkg]'); - -$disable_agentcheck = 0; +our ($disable_agentcheck, $DEBUG, $me) = (0, 0, '[FS::cust_pkg]'); sub _cache { my $self = shift; -- 2.11.0