app/soc/logic/models/club.py
changeset 2160 3f9dd37d98a8
parent 1512 97c4a718d6f4
--- a/app/soc/logic/models/club.py	Sat Apr 11 22:57:23 2009 +0000
+++ b/app/soc/logic/models/club.py	Sat Apr 11 22:58:19 2009 +0000
@@ -58,7 +58,7 @@
       # only if there is an application send out the invites
       properties = {
           'scope': entity,
-          'scope_path': entity.key().name(),
+          'scope_path': entity.key().id_or_name(),
           'role': 'club_admin',
           'role_verbose' : 'Club Admin',
           'status': 'group_accepted',