# HG changeset patch # User Sverre Rabbelier # Date 1234626982 0 # Node ID b832e02d70c1945d7e087c8a2fe33a8f9c234795 # Parent ec79c190f5cae1dce176027399ffee597e3dd5ca Organization prefix was renamed to 'org' The reference to it in the logic/rights.py module was not updated. Patch by: Sverre Rabbelier diff -r ec79c190f5ca -r b832e02d70c1 app/soc/logic/rights.py --- a/app/soc/logic/rights.py Sat Feb 14 15:16:02 2009 +0000 +++ b/app/soc/logic/rights.py Sat Feb 14 15:56:22 2009 +0000 @@ -69,7 +69,7 @@ 'club': CLUB_MEMBERSHIP, 'sponsor': SPONSOR_MEMBERSHIP, 'program': PROGRAM_MEMBERSHIP, - 'organization': ORGANIZATION_MEMBERSHIP, + 'org': ORGANIZATION_MEMBERSHIP, 'user': USER_MEMBERSHIP, }