summaryrefslogtreecommitdiff
path: root/httemplate/graph
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2014-01-14 16:06:51 -0800
committerMark Wells <mark@freeside.biz>2014-01-14 16:06:51 -0800
commit7969a9e236a1e9400656b8e718d18018e3eece1d (patch)
tree8f95ae0e1bdbe7af95696c396ad216fb13153346 /httemplate/graph
parentbdf9732a992deb1332b3496ba112885806a67798 (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 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;