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

Bugfix.

parent 28a732dc
Branches
Tags
No related merge requests found
...@@ -134,7 +134,7 @@ class SimpleSAML_Auth_Simple { ...@@ -134,7 +134,7 @@ class SimpleSAML_Auth_Simple {
} }
$as = $this->getAuthSource(); $as = $this->getAuthSource();
$as->initLogin($this->authSource, $returnTo, $errorURL, $params); $as->initLogin($returnTo, $errorURL, $params);
assert('FALSE'); assert('FALSE');
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment