Weitere Korrektur am Paginator für persönliche Publikationslisten etc.
git-svn-id: https://svn.libreccm.org/ccm/trunk@1982 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
9ee96e8231
commit
92b4d02f15
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue