diff options
author | Christophe Romain <christophe.romain@process-one.net> | 2009-02-09 13:37:58 +0000 |
---|---|---|
committer | Christophe Romain <christophe.romain@process-one.net> | 2009-02-09 13:37:58 +0000 |
commit | bb13c9e8abeff73dab521c25dc767a1d717a3910 (patch) | |
tree | 78d5fadcc59b377058c1b04e8157248454156a36 /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.erl | 2 |
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", |