summaryrefslogtreecommitdiffstats
path: root/kamailio-listtables-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'kamailio-listtables-html.lsp')
-rw-r--r--kamailio-listtables-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kamailio-listtables-html.lsp b/kamailio-listtables-html.lsp
index f4bd207..9460bf6 100644
--- a/kamailio-listtables-html.lsp
+++ b/kamailio-listtables-html.lsp
@@ -16,7 +16,7 @@
<% if #form.value == 0 and viewlibrary.check_permission("createdatabase") then %>
<DT>Create Database</DT><DD>
<form action="<%= html.html_escape(page_info.script .. page_info.prefix .. page_info.controller .. "/createdatabase") %>">
-<input class="submit" type="submit" value="Create"></DD>
+<input class="submit" type="submit" name="submit" value="Create"></DD>
</form>
</DD>
<% end %>