summaryrefslogtreecommitdiffhomepage
path: root/libs/web/luasrc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/web/luasrc')
-rw-r--r--libs/web/luasrc/dispatcher.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/web/luasrc/dispatcher.lua b/libs/web/luasrc/dispatcher.lua
index 5fb50dcb1..cae5492f6 100644
--- a/libs/web/luasrc/dispatcher.lua
+++ b/libs/web/luasrc/dispatcher.lua
@@ -391,7 +391,8 @@ function modifier(func, order)
context.modifiers[#context.modifiers+1] = {
func = func,
order = order or 0,
- module = getfenv(2)._NAME
+ module
+ = getfenv(2)._NAME
}
end