Skip to content
Snippets Groups Projects
Commit a5fea74a authored by Tomasz Wolniewicz's avatar Tomasz Wolniewicz
Browse files

removed extra argument in getEntityList call

parent d1d0649a
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,6 @@ $addEvents = [ ...@@ -23,6 +23,6 @@ $addEvents = [
$data['backTimeFed'] = $backTimeFed; $data['backTimeFed'] = $backTimeFed;
$data['backTimeEntities'] = $backTimeEntities; $data['backTimeEntities'] = $backTimeEntities;
$data['events'] = $edugain->getFederationNews($startYearTimestamp, $addEvents); $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['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, 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); echo $twig->render('whatsnew.html', $data);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment