diff --git a/page-logic/whatsnew.php b/page-logic/whatsnew.php
index 250cade0814c1c8f4b4212fa8bb062381ae3e83e..a25f68c6b5173f5b694ca115ac7d1266a5756047 100644
--- a/page-logic/whatsnew.php
+++ b/page-logic/whatsnew.php
@@ -23,6 +23,6 @@ $addEvents = [
 $data['backTimeFed'] = $backTimeFed;
 $data['backTimeEntities'] = $backTimeEntities;
 $data['events'] = $edugain->getFederationNews($startYearTimestamp, $addEvents);
-$data['entityListIDP'] = $entity->getEntityList(Constants::IDP,'0', -2, 1, 1, 'NOTSET', '', 0, 0,0, 0, 0, 0, $startTimestamp , 0, 'html');
-$data['entityListSP'] = $entity->getEntityList(Constants::SP,'0', -2, 1, 1, 'NOTSET', '', 0, 0,0, 0, 0, 0, $startTimestamp , 0, 'html');
+$data['entityListIDP'] = $entity->getEntityList(Constants::IDP,'0', -2, 1, 1, 'NOTSET', '', 0, 0, 0, 0, 0, $startTimestamp , 0, 'html');
+$data['entityListSP'] = $entity->getEntityList(Constants::SP,'0', -2, 1, 1, 'NOTSET', '', 0, 0, 0, 0, 0, $startTimestamp , 0, 'html');
 echo $twig->render('whatsnew.html', $data);