Fixes unexpected token H in VLANS page

Fixes #3689
This commit is contained in:
Simone Mainardi 2020-04-02 10:10:20 +02:00
parent 17268a4c60
commit 05a88ae832
2 changed files with 2 additions and 2 deletions

View file

@ -3474,7 +3474,7 @@ function areCountryTimeseriesEnabled(ifid)
return(arePerInterfaceTsEnabled(ifid) and (ntop.getPref("ntopng.prefs.country_rrd_creation") == "1"))
end
function areVlanTimeseriesEnabled()
function areVlanTimeseriesEnabled(ifid)
return(arePerInterfaceTsEnabled(ifid) and (ntop.getPref("ntopng.prefs.vlan_rrd_creation") == "1"))
end