mirror of
https://github.com/processone/ejabberd
synced 2025-10-06 03:50:15 +02:00
Fix badarg issue on module update web site
This commit is contained in:
parent
8b9c49440a
commit
e02a4913d2
1 changed files with 1 additions and 1 deletions
|
@ -2183,7 +2183,7 @@ get_node(global, Node, [<<"update">>], Query, Lang) ->
|
||||||
?XCT(<<"h3">>, <<"Update script">>), FmtScript,
|
?XCT(<<"h3">>, <<"Update script">>), FmtScript,
|
||||||
?XCT(<<"h3">>, <<"Low level update script">>),
|
?XCT(<<"h3">>, <<"Low level update script">>),
|
||||||
FmtLowLevelScript, ?XCT(<<"h3">>, <<"Script check">>),
|
FmtLowLevelScript, ?XCT(<<"h3">>, <<"Script check">>),
|
||||||
?XC(<<"pre">>, (iolist_to_binary(Check))),
|
?XC(<<"pre">>, (jlib:atom_to_binary(Check))),
|
||||||
?BR,
|
?BR,
|
||||||
?INPUTT(<<"submit">>, <<"update">>, <<"Update">>)])];
|
?INPUTT(<<"submit">>, <<"update">>, <<"Update">>)])];
|
||||||
get_node(Host, Node, NPath, Query, Lang) ->
|
get_node(Host, Node, NPath, Query, Lang) ->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue