diff -r 8d0b5de8002b -r 5b6eb3d6bf7c entities/authobjs.py --- a/entities/authobjs.py Tue Nov 03 13:52:25 2009 +0100 +++ b/entities/authobjs.py Tue Nov 10 15:46:03 2009 +0100 @@ -114,11 +114,9 @@ kwargs['x'] = contexteid cachekey = 'x' try: - self.req.execute(rql, kwargs, cachekey) + return self.req.execute(rql, kwargs, cachekey) except Unauthorized: return False - else: - return True # presentation utilities ##################################################