Software /
code /
prosody-modules
Changeset
264:07c17b60229a
mod_muc_log_http: Mark as global.
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Sat, 16 Oct 2010 08:07:52 +0500 |
parents | 263:41f1cac40560 |
children | 265:8cd2fab3135a |
files | mod_muc_log_http/muc_log_http/mod_muc_log_http.lua |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_muc_log_http/muc_log_http/mod_muc_log_http.lua Sat Oct 16 07:49:30 2010 +0500 +++ b/mod_muc_log_http/muc_log_http/mod_muc_log_http.lua Sat Oct 16 08:07:52 2010 +0500 @@ -4,6 +4,8 @@ -- COPYING file in the source package for more information. -- +module:set_global(); + local prosody = prosody; local tabSort = table.sort; local tonumber = _G.tonumber;