mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 01:39:35 +02:00
Fix typo in previous commit
This commit is contained in:
parent
afc7f5aa37
commit
3d0d9cb354
1 changed files with 1 additions and 1 deletions
|
@ -1806,7 +1806,7 @@ histogram([], _Integral, _Current, Count, Hist) ->
|
|||
|
||||
get_nodes(Lang) ->
|
||||
RunningNodes = ejabberd_cluster:get_nodes(),
|
||||
StoppedNodes = ejabberd_clustet:get_known_nodes()
|
||||
StoppedNodes = ejabberd_cluster:get_known_nodes()
|
||||
-- RunningNodes,
|
||||
FRN = if RunningNodes == [] -> ?CT(<<"None">>);
|
||||
true ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue