diff options
author | Christophe Romain <christophe.romain@process-one.net> | 2009-01-08 18:45:59 +0000 |
---|---|---|
committer | Christophe Romain <christophe.romain@process-one.net> | 2009-01-08 18:45:59 +0000 |
commit | a1f0ad3300e53b8b7fbf4125e4e83afb3ccc8101 (patch) | |
tree | cf5804e3ad2e5decb567702527c19a55a4eedc34 /src/mod_pubsub/node.template | |
parent | fix EJAB-701 and EJAB-836 (diff) |
apply delete-any feature
SVN Revision: 1783
Diffstat (limited to 'src/mod_pubsub/node.template')
-rw-r--r-- | src/mod_pubsub/node.template | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mod_pubsub/node.template b/src/mod_pubsub/node.template index b98322d0d..447c919ad 100644 --- a/src/mod_pubsub/node.template +++ b/src/mod_pubsub/node.template @@ -95,6 +95,7 @@ options() -> features() -> ["create-nodes", "delete-nodes", + "delete-any", "instant-nodes", "outcast-affiliation", "persistent-items", |