From 10fc212419e18cf8f6a361ae9c84acbebd40cb5c Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Sat, 9 Nov 2019 23:56:44 +0800 Subject: [PATCH] luci-app-guest-wifi: remove reference to luci.i18n.loadc() --- .../lean/luci-app-guest-wifi/luasrc/controller/guest-wifi.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/package/lean/luci-app-guest-wifi/luasrc/controller/guest-wifi.lua b/package/lean/luci-app-guest-wifi/luasrc/controller/guest-wifi.lua index 887512f6a6..41534b0dff 100644 --- a/package/lean/luci-app-guest-wifi/luasrc/controller/guest-wifi.lua +++ b/package/lean/luci-app-guest-wifi/luasrc/controller/guest-wifi.lua @@ -1,8 +1,6 @@ module("luci.controller.guest-wifi", package.seeall) function index() - require("luci.i18n") - luci.i18n.loadc("guest-wifi") if not nixio.fs.access("/etc/config/guest-wifi") then return end