From f347bd446bbb97186a6a075da387c4a01d55e05e Mon Sep 17 00:00:00 2001 From: cahrens Date: Mon, 29 Jul 2013 16:48:59 -0400 Subject: [PATCH] Change in signature for add_user_with_status_unrequested. --- .../contentstore/management/commands/populate_creators.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/djangoapps/contentstore/management/commands/populate_creators.py b/cms/djangoapps/contentstore/management/commands/populate_creators.py index 90d8b3c668..37d647fd1a 100644 --- a/cms/djangoapps/contentstore/management/commands/populate_creators.py +++ b/cms/djangoapps/contentstore/management/commands/populate_creators.py @@ -39,7 +39,7 @@ class Command(BaseCommand): # added with status granted above, and add_user_with_status_unrequested # will not try to add them again if they already exist in the course creator database. for user in get_users_with_staff_role(): - add_user_with_status_unrequested(admin, user) + add_user_with_status_unrequested(user) # There could be users who are not in either staff or instructor (they've # never actually done anything in Studio). I plan to add those as unrequested