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

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


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

Modified Files:
	Management.py 
Log Message:
Ok, re-fixed tab filtering.


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