forked from extern/egroupware
Fix incorrect number of infolog entries shown in home
This commit is contained in:
parent
700c20b802
commit
39c1a0aabb
@ -1463,7 +1463,7 @@
|
||||
{
|
||||
foreach($todos as $todo)
|
||||
{
|
||||
if(!$showall && ($i++>$maxshow))
|
||||
if(!$showall && ($i++>=$maxshow))
|
||||
{
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user