From: Rob Van Dam Date: Wed, 16 Oct 2013 22:33:55 +0000 (-0600) Subject: Fixed setting of global variable that was missed in last commit X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=428faf84539f398a088ce16aa16c8e77ed30343f Fixed setting of global variable that was missed in last commit --- 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;