# HG changeset patch # User Florian Zeitz # Date 1428090150 -7200 # Node ID fb60cee2144e3ecf7749c374c38debbcc95bc568 # Parent 50eaefeec013c5ad2f434fddf2dc44482da8313e rostermanager: Add missing import of `type()` diff -r 50eaefeec013 -r fb60cee2144e core/rostermanager.lua --- a/core/rostermanager.lua Fri Apr 03 20:30:14 2015 +0200 +++ b/core/rostermanager.lua Fri Apr 03 21:42:30 2015 +0200 @@ -13,6 +13,7 @@ local pairs = pairs; local tostring = tostring; +local type = type; local hosts = hosts; local bare_sessions = prosody.bare_sessions;