diff rhodecode/controllers/changeset.py @ 2068:f664d3b57fa4 beta

p2.5 fixes
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 29 Feb 2012 02:38:14 +0200
parents 324ac367a4da
children 3aae2f18e5ab
line wrap: on
line diff
--- a/rhodecode/controllers/changeset.py	Tue Feb 28 20:56:32 2012 +0200
+++ b/rhodecode/controllers/changeset.py	Wed Feb 29 02:38:14 2012 +0200
@@ -53,7 +53,7 @@
 
 def anchor_url(revision, path):
     fid = h.FID(revision, path)
-    return h.url.current(anchor=fid, **request.GET)
+    return h.url.current(anchor=fid, **dict(request.GET))
 
 
 def get_ignore_ws(fid, GET):