# HG changeset patch # User Kim Alvefur # Date 1387065046 -3600 # Node ID d7bbacdabb8fe8c5344a62217e53db9e201509f1 # Parent 182cb8a8d2d8ec0969cb316aaf797e200bedccc1 mod_muc_log_http: Change config option back to what it says in the docs (Thanks Alex for noticing) diff -r 182cb8a8d2d8 -r d7bbacdabb8f 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 Thu Dec 12 22:38:20 2013 +0100 +++ b/mod_muc_log_http/muc_log_http/mod_muc_log_http.lua Sun Dec 15 00:50:46 2013 +0100 @@ -687,7 +687,7 @@ end function module.load() - config = module:get_option("muc_log_http_config", {}); + config = module:get_option("muc_log_http", {}); if module:get_option_boolean("muc_log_presences", true) then config.show_presences = true end if config.show_status == nil then config.show_status = true; end if config.show_join == nil then config.show_join = true; end