[Zope-Checkins] CVS: Zope/lib/python/App - Management.py:1.48.4.4

Brian Lloyd brian@zope.com
Fri, 12 Apr 2002 15:40:44 -0400


Update of /cvs-repository/Zope/lib/python/App
In directory cvs.zope.org:/tmp/cvs-serv16230

Modified Files:
      Tag: Zope-2_4-branch
	Management.py 
Log Message:
Ok, re-fixed tab filtering.



=== Zope/lib/python/App/Management.py 1.48.4.3 => 1.48.4.4 ===
 
             try:
-                if validate(None, self, None, o, None):
+                if validate(None, self, None, o):
                     result.append(d)
             except:
                 if not hasattr(o, '__roles__'):