Skip to content

Commit

Permalink
Merge pull request #140 from hizel/tracker-filter
Browse files Browse the repository at this point in the history
minor fix #139 for pagination
  • Loading branch information
maxcom committed Dec 21, 2011
2 parents bac3840 + 9be4b3a commit 1cb12f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ru/org/linux/user/ShowEventsController.java
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public ModelAndView showNotifications(
params.put("nick", nick);
params.put("forceReset", forceReset);
if(filter != Filter.ALL) {
params.put("addition_query", "&filter"+filter);
params.put("addition_query", "&filter="+filter.getValue());
} else {
params.put("addition_query", "");
}
Expand Down

0 comments on commit 1cb12f4

Please sign in to comment.