From 52b732386eaabbe2d99e3b13ad680ab06bdc4c47 Mon Sep 17 00:00:00 2001 From: jordan Date: Sun, 27 Mar 2011 21:45:08 +0000 Subject: [PATCH] OSQA-533, forgot ; for the & hash git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@905 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- forum/utils/pagination.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forum/utils/pagination.py b/forum/utils/pagination.py index 094a595..fb99244 100644 --- a/forum/utils/pagination.py +++ b/forum/utils/pagination.py @@ -204,7 +204,7 @@ def _paginated(request, objects, context): if get_params: base_path += "?" + get_params - url_joiner = "?" in base_path and "&" or "?" + url_joiner = "?" in base_path and "&" or "?" def get_page(): -- 2.39.5