summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FS/FS/cust_pkg.pm4
1 files changed, 1 insertions, 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;