mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Fix get_subscription_lists/4
This commit is contained in:
parent
8b13226d00
commit
6719d9669b
@ -598,7 +598,7 @@ get_subscription_lists(_, LUser, LServer, mnesia) ->
|
|||||||
Items when is_list(Items) ->
|
Items when is_list(Items) ->
|
||||||
Items;
|
Items;
|
||||||
_ ->
|
_ ->
|
||||||
{[], []}
|
[]
|
||||||
end;
|
end;
|
||||||
get_subscription_lists(_, LUser, LServer, odbc) ->
|
get_subscription_lists(_, LUser, LServer, odbc) ->
|
||||||
Username = ejabberd_odbc:escape(LUser),
|
Username = ejabberd_odbc:escape(LUser),
|
||||||
|
Loading…
Reference in New Issue
Block a user