Skip to content
Snippets Groups Projects
Commit 7d59a38c authored by Olimpia Magliulo's avatar Olimpia Magliulo
Browse files

Merge branch 'Xnew-ui' of https://github.com/simplesamlphp/simplesamlphp into Xnew-ui

parents 1c311e22 4c48c00f
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ if (isset($sources['admin'])) { ...@@ -10,7 +10,7 @@ if (isset($sources['admin'])) {
//if only 1 auth //if only 1 auth
if (count($sources)==1) { if (count($sources)==1) {
$_REQUEST['as'] = key(end($sources)); $_REQUEST['as'] = key($sources);
} }
if (!array_key_exists('as', $_REQUEST)) { if (!array_key_exists('as', $_REQUEST)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment