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

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


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

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


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