24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-02 21:17:12 +02:00

Fix get_subscription_lists/4

This commit is contained in:
Evgeniy Khramtsov 2012-04-29 19:34:57 +10:00
parent 8b13226d00
commit 6719d9669b

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),