From 412cfed5c5fde729436cf4a82ffa34c623210772 Mon Sep 17 00:00:00 2001 From: maartenkling Date: Mon, 26 Nov 2012 14:50:07 +0100 Subject: [PATCH] first check if captcha is installed before we open browsers zcml files that depend on these packages, fixes #12118 and #12774 --- plone/app/discussion/configure.zcml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/plone/app/discussion/configure.zcml b/plone/app/discussion/configure.zcml index 57c23d5..ed82463 100644 --- a/plone/app/discussion/configure.zcml +++ b/plone/app/discussion/configure.zcml @@ -18,6 +18,17 @@ + + + + + + + + + + + @@ -81,14 +92,6 @@ name="plone.app.discussion.vocabularies.TextTransformVocabulary" provides="zope.schema.interfaces.IVocabularyFactory" /> - - - - - - - -