changes how the pagination is done in the DB_Model

This commit is contained in:
SimonGschnell
2024-04-17 14:23:09 +02:00
parent 36c8862b99
commit c017014171
7 changed files with 120 additions and 33 deletions
+1
View File
@@ -213,6 +213,7 @@ class CmsLib
return $news;
$news = getData($news);
//var_dump($news->maxPageCount);
foreach ($news as $newsobj) {
if ($studiengang_kz && $edit && !$newsobj->studiengang_kz)
continue;