summaryrefslogtreecommitdiffstats
path: root/kamailio-model.lua
diff options
context:
space:
mode:
Diffstat (limited to 'kamailio-model.lua')
-rw-r--r--kamailio-model.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/kamailio-model.lua b/kamailio-model.lua
index 96c15c4..42b9ff0 100644
--- a/kamailio-model.lua
+++ b/kamailio-model.lua
@@ -222,7 +222,7 @@ function mymodule.list_users()
end
end
table.sort(results, function(a,b) return a.username < b.username end)
- return cfe({type="list", value=results, label="Kamailio Users", errtxt=errtxt})
+ return cfe({type="structure", value=results, label="Kamailio Users", errtxt=errtxt})
end
function mymodule.get_new_user()