From e41472b477d6635b6c981257f75576384858ed46 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Thu, 5 Nov 2020 15:28:41 +0100 Subject: [PATCH] Fix typo error --- .../luasrc/view/openmptcprouter/wizard.htm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm b/luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm index 4e0829df6..c48fc1f70 100644 --- a/luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm +++ b/luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm @@ -531,7 +531,7 @@ <% end end - if iffinf == 0 and uci:get("network",ifname,"ifname") ~= nil then + if iffind == 0 and uci:get("network",ifname,"ifname") ~= nil then %> <% @@ -589,7 +589,7 @@ <% end - if iffinf == 0 and uci:get("network",ifname,"device") ~= nil then + if iffind == 0 and uci:get("network",ifname,"device") ~= nil then %> <% @@ -610,7 +610,7 @@ <% end - if iffinf == 0 and uci:get("network",ifname,"device") ~= nil then + if iffind == 0 and uci:get("network",ifname,"device") ~= nil then %> <% @@ -636,7 +636,7 @@ <% end end - if iffinf == 0 and uci:get("network",ifname,"device") ~= nil then + if iffind == 0 and uci:get("network",ifname,"device") ~= nil then %> <%