app/soc/logic/models/organization.py
changeset 2160 3f9dd37d98a8
parent 1623 8b70d6bb3f8f
--- a/app/soc/logic/models/organization.py	Sat Apr 11 22:57:23 2009 +0000
+++ b/app/soc/logic/models/organization.py	Sat Apr 11 22:58:19 2009 +0000
@@ -73,7 +73,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': 'org_admin',
           'role_verbose': 'Organization Admin',
           'status': 'group_accepted',