make sure p.a.registry ZCML is loaded

svn path=/plone.app.discussion/trunk/; revision=46432
This commit is contained in:
David Glick
2010-12-21 19:20:36 +00:00
parent d90c436f8a
commit b0ca33dcc6
2 changed files with 7 additions and 2 deletions
+3 -2
View File
@@ -10,10 +10,11 @@
<five:registerPackage package="." />
<include package="plone.indexer" />
<include package="plone.app.registry" />
<!-- XXX: Excluding plone.app.uuid for Plone 3 is only a temporary 'fix'.
plone.app.uuid causes the IObjectAddedEvent to be fired twice on
Plone 3. This causes the email notifications to be send twice.
Plone 3. This causes the email notifications to be sent twice.
This means that https://dev.plone.org/plone/ticket/10652 is fixed only
for Plone 4.