# HG changeset patch # User Thilo Cestonaro # Date 1277197226 -7200 # Node ID 03cb7511ae54a5e9585ce5ba490213830ad3b268 # Parent 9d4fd01443eb90a7d48324090cc10f9f7f3e8da2 mod_muc_log_http: ensure a theme was loaded when handling a http request diff -r 9d4fd01443eb -r 03cb7511ae54 mod_muc_log_http/muc_log_http/mod_muc_log_http.lua --- a/mod_muc_log_http/muc_log_http/mod_muc_log_http.lua Tue Jun 22 10:56:49 2010 +0200 +++ b/mod_muc_log_http/muc_log_http/mod_muc_log_http.lua Tue Jun 22 11:00:26 2010 +0200 @@ -692,7 +692,7 @@ function handle_request(method, body, request) local node, host, day = splitUrl(request.url.path); - if muc_hosts ~= nil then + if muc_hosts ~= nil and html.doc ~= nil then if node ~= nil and host ~= nil then local bare = node .. "@" .. host; if prosody.hosts[host] ~= nil and prosody.hosts[host].muc ~= nil then