summaryrefslogtreecommitdiff
path: root/httemplate/graph
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2014-01-14 16:07:07 -0800
committerMark Wells <mark@freeside.biz>2014-01-14 16:07:07 -0800
commit069e50e62a3bd510595c77286575613e7640faa3 (patch)
tree13dd21cd41b095dbddee8d287b06e4dd6e741e08 /httemplate/graph
parentbe22bac9ba2930e201a652531a753eb976151edf (diff)
fix bad typo, #25459
Diffstat (limited to 'httemplate/graph')
-rw-r--r--httemplate/graph/cust_bill_pkg.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/graph/cust_bill_pkg.cgi b/httemplate/graph/cust_bill_pkg.cgi
index 57fb81b..edc339d 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;