From: Eric Price Date: Thu, 11 Oct 2007 05:56:41 +0000 (-0400) Subject: bugfix X-Git-Tag: sipb-xen-www/1~54 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/4a94bedaf54426e167141e321eefdd076a106d77 bugfix svn path=/trunk/web/; revision=188 --- diff --git a/templates/main.py b/templates/main.py index f7468c7..ed5f09c 100755 --- a/templates/main.py +++ b/templates/main.py @@ -131,7 +131,7 @@ def haveAccess(user, machine): return True if user.username in (machine.administrator, machine.owner): return True - if checkAfsGroup(user, machine.administrator, 'athena.mit.edu'): #XXX Cell? + if getafsgroups.checkAfsGroup(user, machine.administrator, 'athena.mit.edu'): #XXX Cell? return True return owns(user, machine)