# HG changeset patch # User Waqas Hussain # Date 1223482218 -18000 # Node ID 523ac742cc19d696e38b054c8c4c43863673bd14 # Parent 2766e23c4d7d89b3bf103cf9f0e3ab5d0a10d615 Fixed: rostermanager.lua now returns the module diff -r 2766e23c4d7d -r 523ac742cc19 core/rostermanager.lua --- a/core/rostermanager.lua Wed Oct 08 20:38:05 2008 +0500 +++ b/core/rostermanager.lua Wed Oct 08 21:10:18 2008 +0500 @@ -24,3 +24,5 @@ } -- return datamanager.load(username, host, "roster") or {}; end + +return _M; \ No newline at end of file