Weitere Korrektur am Paginator für persönliche Publikationslisten etc.

git-svn-id: https://svn.libreccm.org/ccm/trunk@1982 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2012-11-30 17:31:21 +00:00
parent 9ee96e8231
commit 92b4d02f15
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ public class Paginator {
if (begin < 0) {
begin = 0;
}
int end = getEnd() - 1;
int end = getEnd();
if (end >= list.size()) {
end = list.size();
}