fix pages

This commit is contained in:
quenousimporte 2024-07-08 11:50:57 +02:00
parent 158fa4c51a
commit fcb68a62dc
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@
$page = 0;
foreach ($content as $article)
{
if ($includepages && $article->PageNumber > $page)
if ($article->PageNumber > $page)
{
$page = $article->PageNumber;
$pageobj = array_values(array_filter($pageindex->Page, function($p)