diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/usermanager.lua | 2 |
1 files changed, 2 insertions, 0 deletions
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; |