Fix get_subscription_lists/4

This commit is contained in:
Evgeniy Khramtsov 2012-04-29 19:34:57 +10:00
parent 8b13226d00
commit 6719d9669b
1 changed files with 1 additions and 1 deletions

View File

@ -598,7 +598,7 @@ get_subscription_lists(_, LUser, LServer, mnesia) ->
Items when is_list(Items) ->
Items;
_ ->
{[], []}
[]
end;
get_subscription_lists(_, LUser, LServer, odbc) ->
Username = ejabberd_odbc:escape(LUser),