mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
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