Skip to content

Commit

Permalink
Fix typo in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Jan 9, 2017
1 parent afc7f5a commit 3d0d9cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ejabberd_web_admin.erl
Expand Up @@ -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 ->
Expand Down

0 comments on commit 3d0d9cb

Please sign in to comment.