X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=libs%2Fcore%2Fluasrc%2Fmodel%2Fnetwork.lua;h=d682aa954f860e7a871adda599898b35c9348e4b;hp=aaa39086ae7cebc1d342a25fdca24ebdfa600331;hb=df3ee4c199242599921d8874656619d07ea14102;hpb=9fa385a7eca04165557422abed78a23c678381b5 diff --git a/libs/core/luasrc/model/network.lua b/libs/core/luasrc/model/network.lua index aaa39086a..d682aa954 100644 --- a/libs/core/luasrc/model/network.lua +++ b/libs/core/luasrc/model/network.lua @@ -17,8 +17,11 @@ limitations under the License. ]]-- -local type, next, pairs, ipairs, loadfile, table, tonumber, math, i18n - = type, next, pairs, ipairs, loadfile, table, tonumber, math, luci.i18n +local type, next, pairs, ipairs, loadfile, table + = type, next, pairs, ipairs, loadfile, table + +local tonumber, tostring, math, i18n + = tonumber, tostring, math, luci.i18n local require = require