Changeset

80:523ac742cc19

Fixed: rostermanager.lua now returns the module
author Waqas Hussain <waqas20@gmail.com>
date Wed, 08 Oct 2008 21:10:18 +0500
parents 79:2766e23c4d7d
children 81:a1f4f3c5ae25
files core/rostermanager.lua
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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