Fixed: Some modules did not return anything

This commit is contained in:
Waqas Hussain 2008-10-23 18:42:29 +05:00
parent cafc6f8ada
commit bf97de7a75
2 changed files with 3 additions and 0 deletions

View file

@ -11,3 +11,5 @@ function new(user, host, stanza)
t_insert(offlinedata, stanza);
return datamanager.store(user, host, "offlinemsg", offlinedata);
end
return _M;

View file

@ -93,3 +93,4 @@ function store(username, host, datastore, data)
return true;
end
return _M;