mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Fixes a typo
This commit is contained in:
parent
a51994cfec
commit
a5cec74d36
1 changed files with 1 additions and 1 deletions
|
|
@ -271,7 +271,7 @@ end
|
|||
num = 0
|
||||
for _key, _value in pairsByValues(vals, funct) do
|
||||
if((_key ~= nil) and (not(_key == ""))) then
|
||||
o value = stats_by_group_col[_key]
|
||||
value = stats_by_group_col[_key]
|
||||
|
||||
if(to_skip > 0) then
|
||||
to_skip = to_skip-1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue