From 2830d442258e1b031c9f8a94dde13a5142b06fd5 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Sat, 15 May 2010 19:31:58 +0100 Subject: usermanager: Export new_default_provider() --- core/usermanager.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/usermanager.lua') diff --git a/core/usermanager.lua b/core/usermanager.lua index 28e89369..a97e2ad7 100644 --- a/core/usermanager.lua +++ b/core/usermanager.lua @@ -142,4 +142,6 @@ function is_admin(jid, host) end end +_M.new_default_provider = new_default_provider; + return _M; -- cgit v1.2.3