diff core/offlinemessage.lua @ 129:0f119bece309

Fixed: Some modules did not return anything
author Waqas Hussain <waqas20@gmail.com>
date Thu, 23 Oct 2008 18:42:29 +0500
parents 3e3171b59028
children cccd610a0ef9
line wrap: on
line diff
--- a/core/offlinemessage.lua	Thu Oct 23 18:36:10 2008 +0500
+++ b/core/offlinemessage.lua	Thu Oct 23 18:42:29 2008 +0500
@@ -11,3 +11,5 @@
 	t_insert(offlinedata, stanza);
 	return datamanager.store(user, host, "offlinemsg", offlinedata);
 end
+
+return _M;
\ No newline at end of file