From 48a8fe99954ac0dc8ea9bd666fad1af3a97eb910 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 25 Aug 2009 11:30:50 +0000 Subject: Fixes: hide source password, put wget password to file instead of commandline, fix permissions bug. Bump to version 0.3.1 --- weblog-status-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'weblog-status-html.lsp') 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")

Weblog Database Status

<% 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 -- cgit v1.2.3