diff -r 56904cacdbe2 -r 5e6ae12cc495 app/soc/views/models/base.py --- a/app/soc/views/models/base.py Thu Nov 20 23:34:26 2008 +0000 +++ b/app/soc/views/models/base.py Thu Nov 20 23:51:45 2008 +0000 @@ -499,7 +499,7 @@ if access_type not in rights: for check in rights['unspecified']: - # No checks defined, so do the 'generic check' and bail out + # No checks defined, so do the 'generic check' and bail out check(request, access_type) return