From 4a94bedaf54426e167141e321eefdd076a106d77 Mon Sep 17 00:00:00 2001 From: Eric Price Date: Thu, 11 Oct 2007 01:56:41 -0400 Subject: [PATCH] bugfix svn path=/trunk/web/; revision=188 --- templates/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.7.9.5