mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
Fixes nil interface ifid
This commit is contained in:
parent
3b6fad432f
commit
784eae3c8b
1 changed files with 1 additions and 1 deletions
|
|
@ -271,7 +271,7 @@ local short_name = getHumanReadableInterfaceName(ifname)
|
|||
local title = i18n("interface") .. ": " .. shortenCollapse(short_name)
|
||||
|
||||
if (ntop.isPro()) then
|
||||
sites_granularities = top_sites_update.getGranularitySites(nil, nil, ifId, true)
|
||||
sites_granularities = top_sites_update.getGranularitySites(nil, nil, ifid, true)
|
||||
end
|
||||
|
||||
page_utils.print_navbar(title, url,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue