web/views/urlpublishing.py
changeset 2058 7ef12c03447c
parent 1977 606923dff11b
child 2293 7ded2a1416e4
--- a/web/views/urlpublishing.py	Fri Jun 05 15:06:55 2009 +0200
+++ b/web/views/urlpublishing.py	Fri Jun 05 15:09:20 2009 +0200
@@ -239,7 +239,7 @@
                 continue
             else:
                 try:
-                    action = self.vreg.select(actions, req, rset)
+                    action = self.vreg.select_best(actions, req, rset=rset)
                 except RegistryException:
                     raise PathDontMatch()
                 else: