Skip to content
Snippets Groups Projects
Commit 3f598bdd authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

indent cleanup

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@889 44740490-163a-0410-bde0-09ae8108e29a
parent 2a3b5f8a
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
* from a SAML 2.0 SP, parses, and process it, and then authenticates the user and sends the user back
* to the SP with an Authentication Response.
*
* @author Andreas Åkre Solberg, UNINETT AS. <andreas.solberg@uninett.no>
* @author Andreas Åkre Solberg, UNINETT AS. <andreas.solberg@uninett.no>
* @package simpleSAMLphp
* @version $Id$
*/
......@@ -361,14 +361,14 @@ if($needAuth && !$isPassive) {
$t->data['sppp'] = $privacypolicy;
switch($config->getValueValidate('consent_autofocus', array(NULL, 'yes', 'no'), NULL)) {
case NULL:
break;
case 'yes':
$t->data['autofocus'] = 'yesbutton';
break;
case 'no':
$t->data['autofocus'] = 'nobutton';
break;
case NULL:
break;
case 'yes':
$t->data['autofocus'] = 'yesbutton';
break;
case 'no':
$t->data['autofocus'] = 'nobutton';
break;
}
$t->show();
......
......@@ -156,7 +156,7 @@ try {
'Attributes' => $attributes,
'Destination' => $spmetadata,
'Source' => $idpmetadata,
);
);
$pc->processState($authProcState);
/* Since this function returns, processing has completed and attributes have
......
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