From 069e50e62a3bd510595c77286575613e7640faa3 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Tue, 14 Jan 2014 16:07:07 -0800 Subject: [PATCH] fix bad typo, #25459 --- httemplate/graph/cust_bill_pkg.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/graph/cust_bill_pkg.cgi b/httemplate/graph/cust_bill_pkg.cgi index 57fb81b62..edc339d3a 100644 --- a/httemplate/graph/cust_bill_pkg.cgi +++ b/httemplate/graph/cust_bill_pkg.cgi @@ -138,7 +138,7 @@ if ( $cgi->param('class_agg_break') eq 'aggregate' or my $i = 0; foreach (@$these) { $i++ until $not_these->[$i] == $_; - splice($not_these, $i, 1); + splice(@$not_these, $i, 1); } push @classnums, $these; push @not_classnums, $not_these; -- 2.11.0