mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Remove unused version field form the plugins
This commit is contained in:
parent
a564a7a094
commit
d339c81e5c
33 changed files with 1 additions and 35 deletions
|
|
@ -56,7 +56,7 @@ function plugins_utils.listPlugins()
|
|||
|
||||
if ntop.exists(plugin_info) then
|
||||
local metadata = dofile(plugin_info)
|
||||
local mandatory_fields = {"title", "description", "author", "version"}
|
||||
local mandatory_fields = {"title", "description", "author"}
|
||||
|
||||
if(metadata == nil) then
|
||||
traceError(TRACE_ERROR, TRACE_CONSOLE, string.format("Could not load manifest.lua in '%s'", plugin_name))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue