libs/core: fix undefined tostring() in network model
This commit is contained in:
parent
9fa385a7ec
commit
df3ee4c199
1 changed files with 5 additions and 2 deletions
|
@ -17,8 +17,11 @@ limitations under the License.
|
||||||
|
|
||||||
]]--
|
]]--
|
||||||
|
|
||||||
local type, next, pairs, ipairs, loadfile, table, tonumber, math, i18n
|
local type, next, pairs, ipairs, loadfile, table
|
||||||
= type, next, pairs, ipairs, loadfile, table, tonumber, math, luci.i18n
|
= type, next, pairs, ipairs, loadfile, table
|
||||||
|
|
||||||
|
local tonumber, tostring, math, i18n
|
||||||
|
= tonumber, tostring, math, luci.i18n
|
||||||
|
|
||||||
local require = require
|
local require = require
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue