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

Defining variable

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1195 44740490-163a-0410-bde0-09ae8108e29a
parent 73d6b345
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@ $state = SimpleSAML_Auth_State::loadState($id, 'consent:request');
$resumeFrom = SimpleSAML_Module::getModuleURL('consent/getconsent.php');
$resumeFrom = SimpleSAML_Utilities::addURLParameter($resumeFrom, array('StateId' => $id));
$aboutService = NULL;
if(isset($state['Destination']['url.about']) ){
$aboutService = $state['Destination']['url.about'];
}
......
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