mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Minor cleanup
This commit is contained in:
parent
36478ba3ee
commit
66b684d8e9
1 changed files with 0 additions and 1 deletions
|
|
@ -935,7 +935,6 @@ function plugins_utils.loadModule(plugin_name, module_name)
|
|||
|
||||
lua_path_utils.package_path_preprend(RUNTIME_PATHS.modules)
|
||||
|
||||
local lua_path = os_utils.fixPath(RUNTIME_PATHS.modules .. "/" .. plugin_name .. "/" .. module_name .. ".lua")
|
||||
local req_name = string.format("%s.%s", plugin_name, module_name)
|
||||
local req = require(req_name)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue