Skip to content

Commit ab79643

Browse files
committed
Auth_Default: Fix for previous commit.
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2057 44740490-163a-0410-bde0-09ae8108e29a
1 parent 527bfd8 commit ab79643

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/SimpleSAML/Auth/Default.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public static function initLogin($authId, $return, $errorURL = NULL, array $para
4242
));
4343

4444
if (is_string($return)) {
45-
$state['SimpleSAML_Auth_Default.Return'] = $return;
45+
$state['SimpleSAML_Auth_Default.ReturnURL'] = $return;
4646
}
4747

4848
if ($errorURL !== NULL) {

0 commit comments

Comments
 (0)