diff options
author | Ted Trask <ttrask01@yahoo.com> | 2009-08-25 11:30:50 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2009-08-25 11:30:50 +0000 |
commit | 48a8fe99954ac0dc8ea9bd666fad1af3a97eb910 (patch) | |
tree | 4d3a886b3f914312294e69cc4ec58afa84a5c8ee /weblog-status-html.lsp | |
parent | 20b71105d64f7bbb136925e70c09d6c9408a72c5 (diff) | |
download | acf-weblog-48a8fe99954ac0dc8ea9bd666fad1af3a97eb910.tar.bz2 acf-weblog-48a8fe99954ac0dc8ea9bd666fad1af3a97eb910.tar.xz |
Fixes: hide source password, put wget password to file instead of commandline, fix permissions bug. Bump to version 0.3.1v0.3.1
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 |