diff options
Diffstat (limited to 'modules/luci-lua-runtime/luasrc')
-rw-r--r-- | modules/luci-lua-runtime/luasrc/dispatcher.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/luci-lua-runtime/luasrc/dispatcher.lua b/modules/luci-lua-runtime/luasrc/dispatcher.lua index f97e84a69b..608b9b6674 100644 --- a/modules/luci-lua-runtime/luasrc/dispatcher.lua +++ b/modules/luci-lua-runtime/luasrc/dispatcher.lua @@ -12,8 +12,6 @@ context = setmetatable({}, { return _G.L.ctx.request_path elseif k == "requestargs" then return _G.L.ctx.request_args - elseif k == "requested" or k == "dispatched" then - return _G.L.node else return _G.L.ctx[k] end |