Fixed setting of global variable that was missed in last commit
authorRob Van Dam <rvandam00@gmail.com>
Wed, 16 Oct 2013 22:33:55 +0000 (16:33 -0600)
committerRob Van Dam <rvandam00@gmail.com>
Wed, 16 Oct 2013 22:33:55 +0000 (16:33 -0600)
FS/FS/cust_pkg.pm

index 1b8a23c..8c4b723 100644 (file)
@@ -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;