diff -r eaf9d539382f -r f318538394d9 app/soc/views/models/program.py --- a/app/soc/views/models/program.py Sat Feb 07 22:47:51 2009 +0000 +++ b/app/soc/views/models/program.py Sat Feb 07 22:49:51 2009 +0000 @@ -58,7 +58,7 @@ rights = access.Checker(params) rights['any_access'] = ['allow'] rights['show'] = ['allow'] - rights['create'] = [('checkSeeded', ['checkHasActiveRole', host_logic.logic])] + rights['create'] = [('checkSeeded', ['checkHasActiveRoleForScope', host_logic.logic])] rights['edit'] = ['checkIsHostForProgram'] rights['delete'] = ['checkIsDeveloper']