aboutsummaryrefslogtreecommitdiff
path: root/src/mod_pubsub/node_private.erl
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2009-02-09 13:37:58 +0000
committerChristophe Romain <christophe.romain@process-one.net>2009-02-09 13:37:58 +0000
commitbb13c9e8abeff73dab521c25dc767a1d717a3910 (patch)
tree78d5fadcc59b377058c1b04e8157248454156a36 /src/mod_pubsub/node_private.erl
parent* src/mod_pubsub/mod_pubsub.erl: The table pubsub_node in ejabberd (diff)
fix delete-items issue and manage-affiliations typo
SVN Revision: 1868
Diffstat (limited to 'src/mod_pubsub/node_private.erl')
-rw-r--r--src/mod_pubsub/node_private.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_pubsub/node_private.erl b/src/mod_pubsub/node_private.erl
index d1e31374f..963e40ad2 100644
--- a/src/mod_pubsub/node_private.erl
+++ b/src/mod_pubsub/node_private.erl
@@ -97,7 +97,7 @@ options() ->
features() ->
["create-nodes",
"delete-nodes",
- "delete-any",
+ "delete-items",
"instant-nodes",
"outcast-affiliation",
"persistent-items",