Skip to content
Snippets Groups Projects
Commit 5301d4fd authored by Sergey Joseph Ivanov's avatar Sergey Joseph Ivanov
Browse files

typo

parent 5e2652ce
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ sub handler { ...@@ -64,7 +64,7 @@ sub handler {
my $title = shift @values; my $title = shift @values;
my @sorted = sort @values; my @sorted = sort @values;
my $value; my $value;
if (scalar @value) { if (scalar @values) {
$value = ( $aggr eq 'max' ) ? pop @sorted : shift @sorted; $value = ( $aggr eq 'max' ) ? pop @sorted : shift @sorted;
} }
else { else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment