# HG changeset patch # User Waqas Hussain # Date 1287198472 -18000 # Node ID 07c17b60229ac419d20a89402630f244260fb267 # Parent 41f1cac405602b8aed9363bd7d3292722c329ccf mod_muc_log_http: Mark as global. diff -r 41f1cac40560 -r 07c17b60229a 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 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;