typo
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 29 Jun 2009 13:33:50 +0200
changeset 2186 dba8eed12a16
parent 2185 09d0445641e2
child 2187 00631850a69e
typo
web/views/owl.py
--- a/web/views/owl.py	Mon Jun 29 12:18:59 2009 +0200
+++ b/web/views/owl.py	Mon Jun 29 13:33:50 2009 +0200
@@ -74,7 +74,7 @@
     def should_display_rschema(self, rschema):
         return not rschema in self.skiptypes and (
             rschema.has_local_role('read') or
-            rschema.has_perm(self.req, 'read')):
+            rschema.has_perm(self.req, 'read'))
 
     def visit_schema(self, skiptypes):
         """get a layout for a whole schema"""