X-Git-Url: https://svn.cri.ensmp.fr/git/Portfolio.git/blobdiff_plain/e87a4304c87e48062ef0790ecc8f55098c5184b7..de796b93caf39451cab93560b5978620a21db2f3:/event.zcml?ds=inline 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