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

removing an extra parameter which was causing a display error

parent 8e336616
No related branches found
No related tags found
3 merge requests!3Align master branch with twoln-dev,!2Synchronising towards version 2.5,!1Twoln dev
...@@ -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