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