[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Content/DTMLPage - configure.zcml:1.6

Jim Fulton jim@zope.com
Tue, 19 Nov 2002 18:22:15 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Content/DTMLPage
In directory cvs.zope.org:/tmp/cvs-serv11180/Content/DTMLPage

Modified Files:
	configure.zcml 
Log Message:
Fixed some bugs in interface-based security assertions.

These bugs had been obscured by a bug in the configuration machinery
that missed conflicts within a single configuration file. 


=== Zope3/lib/python/Zope/App/OFS/Content/DTMLPage/configure.zcml 1.5 => 1.6 ===
--- Zope3/lib/python/Zope/App/OFS/Content/DTMLPage/configure.zcml:1.5	Fri Oct  4 16:02:02 2002
+++ Zope3/lib/python/Zope/App/OFS/Content/DTMLPage/configure.zcml	Tue Nov 19 18:21:44 2002
@@ -12,7 +12,7 @@
         description="A simple, content-based Page Template" />
 
     <require permission="Zope.View"
-                      attributes="content_type __call__" />
+                      attributes="__call__" />
 
     <require permission="Zope.ManageContent"
                       interface=".DTMLPage.IDTMLPage" />