diff options
Diffstat (limited to 'weblog-status-html.lsp')
-rw-r--r-- | weblog-status-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weblog-status-html.lsp b/weblog-status-html.lsp index 7ad89a2..d0784ba 100644 --- a/weblog-status-html.lsp +++ b/weblog-status-html.lsp @@ -7,7 +7,7 @@ require("viewfunctions") <H1>Weblog Database Status</H1> <% local status if viewlibrary and viewlibrary.dispatch_component then - if session.permissions.postgresql.status then + if session.permissions.postgresql and session.permissions.postgresql.status then status = viewlibrary.dispatch_component("postgresql/postgresql/status", nil, true) end end |