Fixed: rostermanager.lua now returns the module

Wed, 08 Oct 2008 21:10:18 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Wed, 08 Oct 2008 21:10:18 +0500
changeset 80
523ac742cc19
parent 79
2766e23c4d7d
child 81
a1f4f3c5ae25

Fixed: rostermanager.lua now returns the module

core/rostermanager.lua file | annotate | diff | comparison | revisions
--- 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

mercurial