mercurial/hgweb/hgweb_mod.py
changeset 22200 b27c3beaaf30
parent 22087 af62f0280a76
child 22223 c39d404f0eb0
--- a/mercurial/hgweb/hgweb_mod.py	Fri Aug 15 16:20:47 2014 +0200
+++ b/mercurial/hgweb/hgweb_mod.py	Fri Aug 15 16:20:47 2014 +0200
@@ -392,5 +392,5 @@
         }
 
     def check_perm(self, req, op):
-        for hook in permhooks:
-            hook(self, req, op)
+        for permhook in permhooks:
+            permhook(self, req, op)