Commit 6802556b authored by Brian Lloyd's avatar Brian Lloyd

Ok, re-fixed tab filtering.

parent 62816337
...@@ -13,9 +13,9 @@ ...@@ -13,9 +13,9 @@
"""Standard management interface support """Standard management interface support
$Id: Management.py,v 1.58 2002/04/12 19:20:12 Brian Exp $""" $Id: Management.py,v 1.59 2002/04/12 19:39:53 Brian Exp $"""
__version__='$Revision: 1.58 $'[11:-2] __version__='$Revision: 1.59 $'[11:-2]
import sys, Globals, ExtensionClass, urllib import sys, Globals, ExtensionClass, urllib
from Dialogs import MessageDialog from Dialogs import MessageDialog
...@@ -55,7 +55,7 @@ class Tabs(ExtensionClass.Base): ...@@ -55,7 +55,7 @@ class Tabs(ExtensionClass.Base):
if o is None: continue if o is None: continue
try: try:
if validate(None, self, None, o, None): if validate(None, self, None, o):
result.append(d) result.append(d)
except: except:
if not hasattr(o, '__roles__'): if not hasattr(o, '__roles__'):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment