branch | stable |
changeset 4402 | 360c532070f5 |
parent 4246 | c95b8c7e5fb2 |
child 4436 | 294e084f1263 |
--- a/entities/authobjs.py Wed Jan 27 11:26:57 2010 +0100 +++ b/entities/authobjs.py Thu Jan 28 09:49:50 2010 +0100 @@ -82,7 +82,7 @@ def is_in_group(self, group): """convience / shortcut method to test if the user belongs to `group` """ - return group in self._groups + return group in self.groups def is_anonymous(self): """ checks if user is an anonymous user"""