mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-05 05:29:13 +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)
|
foreach($todos as $todo)
|
||||||
{
|
{
|
||||||
if(!$showall && ($i++>$maxshow))
|
if(!$showall && ($i++>=$maxshow))
|
||||||
{
|
{
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user