diff options
author | Badlop <badlop@process-one.net> | 2008-06-29 11:59:06 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2008-06-29 11:59:06 +0000 |
commit | 2ccf410a7574bdb76402f75849841425322a6887 (patch) | |
tree | 156bfd05e74b023521823704f8b925eb0918d7db /src/mod_configure.erl | |
parent | * src/mod_pubsub/node_pep.erl: Complain if mod_caps disabled and (diff) |
* src/ejabberd_ctl.erl: Web Admin and Ad-hoc admin: dump only
persistent tables (EJAB-678)
SVN Revision: 1387
Diffstat (limited to '')
-rw-r--r-- | src/mod_configure.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_configure.erl b/src/mod_configure.erl index 625e380c..e012794d 100644 --- a/src/mod_configure.erl +++ b/src/mod_configure.erl @@ -1416,7 +1416,7 @@ set_form(_From, _Host, ["running nodes", ENode, "backup", "textfile"], _Lang, XD false -> {error, ?ERR_BAD_REQUEST}; {value, {_, [String]}} -> - case rpc:call(Node, mnesia, dump_to_textfile, [String]) of + case rpc:call(Node, ejabberd_ctl, dump_to_textfile, [String]) of {badrpc, _Reason} -> {error, ?ERR_INTERNAL_SERVER_ERROR}; {error, _Reason} -> |