[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Content/ZPTPage - configure.zcml:1.12
   
    Jim Fulton
     
    jim@zope.com
       
    Tue, 19 Nov 2002 18:22:16 -0500
    
    
  
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Content/ZPTPage
In directory cvs.zope.org:/tmp/cvs-serv11180/Content/ZPTPage
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/ZPTPage/configure.zcml 1.11 => 1.12 ===
--- Zope3/lib/python/Zope/App/OFS/Content/ZPTPage/configure.zcml:1.11	Tue Nov 12 12:30:09 2002
+++ Zope3/lib/python/Zope/App/OFS/Content/ZPTPage/configure.zcml	Tue Nov 19 18:21:45 2002
@@ -11,7 +11,7 @@
 
   <require
       permission="Zope.View"
-      attributes="content_type __call__" />
+      attributes="__call__" />
 
   <require
       permission="Zope.ManageContent"