Skip to content
Snippets Groups Projects
Commit 97547c4a authored by Jaime Perez Crespo's avatar Jaime Perez Crespo
Browse files

SimpleSAML_Auth_Source::loginCompleted() needs to be declared public, as it is...

SimpleSAML_Auth_Source::loginCompleted() needs to be declared public, as it is used as a callback from outside the class.
parent 4bc983a8
No related branches found
No related tags found
No related merge requests found
...@@ -203,7 +203,7 @@ abstract class SimpleSAML_Auth_Source ...@@ -203,7 +203,7 @@ abstract class SimpleSAML_Auth_Source
* *
* @param array $state The state after the login has completed. * @param array $state The state after the login has completed.
*/ */
protected static function loginCompleted($state) public static function loginCompleted($state)
{ {
assert('is_array($state)'); assert('is_array($state)');
assert('array_key_exists("SimpleSAML_Auth_Default.Return", $state)'); assert('array_key_exists("SimpleSAML_Auth_Default.Return", $state)');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment