Commit b81d6c9c authored by Jan-Wijbrand Kolman's avatar Jan-Wijbrand Kolman

fix typo

parent ab65d4b7
......@@ -32,14 +32,14 @@
<adapter
for=".interfaces.IContentContainer"
provides="zope.filerepresentation.interfaces.IDirectoryFactory"
factory="zope.container.directory.Cloner"
factory=".directory.Cloner"
permission="zope.ManageContent"
/>
<adapter
for=".interfaces.IContentContainer"
provides="zope.filerepresentation.interfaces.IReadDirectory"
factory=".filerepresentation.ReadDirectory"
factory=".directory.ReadDirectory"
permission="zope.View"
/>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment