Skip to content

Commit

Permalink
Namespace update, SimpleSAML_Module to SimpleSAML\Module
Browse files Browse the repository at this point in the history
  • Loading branch information
northway committed Mar 12, 2018
1 parent caee91c commit ba38f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Auth/Source/authtfaga.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public function authenticate(&$state)

$id = SimpleSAML_Auth_State::saveState($state, self::STAGEID);

$url = SimpleSAML_Module::getModuleURL('authtfaga/login.php');
$url = SimpleSAML\Module::getModuleURL('authtfaga/login.php');
SimpleSAML_Utilities::redirect($url, array('AuthState' => $id));
}

Expand Down

0 comments on commit ba38f3b

Please sign in to comment.