X-Git-Url: https://scm.cri.minesparis.psl.eu/git/Portfolio.git/blobdiff_plain/e87a4304c87e48062ef0790ecc8f55098c5184b7..ee0633b788ca7650b0cab7f57ef6b846333c26f7:/event.zcml diff --git a/event.zcml b/event.zcml index 09091f0..7aa6fbc 100644 --- a/event.zcml +++ b/event.zcml @@ -2,7 +2,7 @@ xmlns="http://namespaces.zope.org/zope"> <subscriber for=".interfaces.IPhoto - zope.app.container.interfaces.IObjectAddedEvent" + zope.container.interfaces.IObjectAddedEvent" handler=".event_handlers.processQueueAdd" /> <subscriber