Fixed: Some modules did not return anything
authorWaqas Hussain <waqas20@gmail.com>
Thu, 23 Oct 2008 18:42:29 +0500
changeset 129 0f119bece309
parent 128 77a1778b16e8
child 130 907cff6b5359
Fixed: Some modules did not return anything
core/offlinemessage.lua
util/datamanager.lua
--- 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
--- a/util/datamanager.lua	Thu Oct 23 18:36:10 2008 +0500
+++ b/util/datamanager.lua	Thu Oct 23 18:42:29 2008 +0500
@@ -93,3 +93,4 @@
 	return true;
 end
 
+return _M;
\ No newline at end of file