Fix incorrect number of infolog entries shown in home

This commit is contained in:
alpeb 2004-08-01 16:40:51 +00:00
parent ee1fc5b88b
commit 5fe5cadf8a

View File

@ -1456,7 +1456,7 @@
{
foreach($todos as $todo)
{
if(!$showall && ($i++>$maxshow))
if(!$showall && ($i++>=$maxshow))
{
break;
}