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.template | |
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.template')
-rw-r--r-- | src/mod_pubsub/node.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_pubsub/node.template b/src/mod_pubsub/node.template index af90266a0..536f1775b 100644 --- a/src/mod_pubsub/node.template +++ b/src/mod_pubsub/node.template @@ -95,7 +95,7 @@ options() -> features() -> ["create-nodes", "delete-nodes", - "delete-any", + "delete-items", "instant-nodes", "outcast-affiliation", "persistent-items", |