aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/mod_actions_http.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/mod_actions_http.lua b/plugins/mod_actions_http.lua
index 327bd670..43370a41 100644
--- a/plugins/mod_actions_http.lua
+++ b/plugins/mod_actions_http.lua
@@ -53,6 +53,8 @@ local function handle_request(method, body, request)
t_insert(s, " = ");
if type(v) == "function" then
t_insert(s, "action")
+ elseif type(v) == "table" then
+ t_insert(s, "list");
else
t_insert(s, tostring(v));
end