diff options
author | Matthew Wild <mwild1@gmail.com> | 2013-08-30 14:10:51 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2013-08-30 14:10:51 +0100 |
commit | 0485b69ae4fccc82fcd63d13fb2b3b73a229e80b (patch) | |
tree | 5bd41bb938e9833012c6cca25067bd4bb8d19d14 /plugins | |
parent | e6e0a05efa00c9fe22eca554c9dae23a361b182e (diff) | |
download | prosody-0485b69ae4fccc82fcd63d13fb2b3b73a229e80b.tar.gz prosody-0485b69ae4fccc82fcd63d13fb2b3b73a229e80b.zip |
mod_muc: Import util.array
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/muc/mod_muc.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/muc/mod_muc.lua b/plugins/muc/mod_muc.lua index 6b4c7006..f9b6ca58 100644 --- a/plugins/muc/mod_muc.lua +++ b/plugins/muc/mod_muc.lua @@ -6,6 +6,7 @@ -- COPYING file in the source package for more information. -- +local array = require "util.array"; if module:get_host_type() ~= "component" then error("MUC should be loaded as a component, please see http://prosody.im/doc/components", 0); |