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

load_people was called with an extra argument

parent 30dc08cc
No related branches found
No related tags found
No related merge requests found
......@@ -51,8 +51,7 @@ require_once("../lib/eduGAIN.php");
$tsg = new eduGAIN(2);
$tsg->load_federation_map_codes(2);
$tsg->load_federation_country_names();
$tsg->load_people(0, $show_email);
$tsg->load_people($show_email);
$data = [];
$data['tsg'] = $tsg;
echo $twig->render('governance.html', $data);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment