From bf97de7a750ca14bd284ac3a8f3c56d2f5f6437c Mon Sep 17 00:00:00 2001 From: Waqas Hussain Date: Thu, 23 Oct 2008 18:42:29 +0500 Subject: Fixed: Some modules did not return anything --- core/offlinemessage.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core') diff --git a/core/offlinemessage.lua b/core/offlinemessage.lua index dda9b7d8..ebb357ba 100644 --- a/core/offlinemessage.lua +++ b/core/offlinemessage.lua @@ -11,3 +11,5 @@ function new(user, host, stanza) t_insert(offlinedata, stanza); return datamanager.store(user, host, "offlinemsg", offlinedata); end + +return _M; \ No newline at end of file -- cgit v1.2.3