# HG changeset patch # User Sverre Rabbelier # Date 1235825974 0 # Node ID 5ff25327371e7b13c2593f0b7f2a8caf25ad5ede # Parent 9e32e6258319db59ecb7fdbe932521fc0b17bcb2 Fixed a comment typo Patch by: Sverre Rabbelier diff -r 9e32e6258319 -r 5ff25327371e app/soc/views/helper/access.py --- a/app/soc/views/helper/access.py Sat Feb 28 12:32:52 2009 +0000 +++ b/app/soc/views/helper/access.py Sat Feb 28 12:59:34 2009 +0000 @@ -732,7 +732,7 @@ def checkHasActiveRoleForLinkIdAsScope(self, django_args, logic): """Checks that the user has the specified active role. - Only roles where the link_id matches the link_id from the + Only roles where the scope_path matches the link_id from the django_args are considered. """