diff options
author | Badlop <badlop@process-one.net> | 2007-12-25 00:38:04 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2007-12-25 00:38:04 +0000 |
commit | 62b1811ed201b08b48064bc38a5c2e3796c5a9e1 (patch) | |
tree | 80c24df720f530bceb60b341ba16f82541bc7fbe /src | |
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: 1122
Diffstat (limited to 'src')
-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 cbf3f1d71..7dc2d863c 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"}], |