diff options
author | Badlop <badlop@process-one.net> | 2007-12-25 00:27:10 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2007-12-25 00:27:10 +0000 |
commit | e14d70529c86e59905f7f67a4ed79e33725bebc3 (patch) | |
tree | 80c24df720f530bceb60b341ba16f82541bc7fbe /src/mod_configure.erl | |
parent | * doc/release_notes_2.0.0.txt: minor fix. (diff) |
* src/mod_configure.erl: Bugfix, update to match changes in
mod_announce SVN r1099
SVN Revision: 1121
Diffstat (limited to '')
-rw-r--r-- | src/mod_configure.erl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mod_configure.erl b/src/mod_configure.erl index cbf3f1d7..7dc2d863 100644 --- a/src/mod_configure.erl +++ b/src/mod_configure.erl @@ -1709,9 +1709,7 @@ stop_node(From, Host, ENode, Action, XData) -> [] -> ok; SubEls -> Request = #adhoc_request{ - lang = "es", - node = ?NS_ADMINX("announce-online-allhosts"), - sessionid = "2007-08-17T15:28:40.517806Z", + node = ?NS_ADMINX("announce-allhosts"), action = "complete", xdata = {xmlelement, "x", [{"xmlns","jabber:x:data"},{"type","submit"}], |