Revision: 2057
Author: olavmrk
Date: Wed Dec 16 06:12:01 2009
Log: Auth_Default: Fix for previous commit.
http://code.google.com/p/simplesamlphp/source/detail?r=2057
Modified:
/trunk/lib/SimpleSAML/Auth/Default.php
=======================================
--- /trunk/lib/SimpleSAML/Auth/Default.php Wed Dec 16 06:09:10 2009
+++ /trunk/lib/SimpleSAML/Auth/Default.php Wed Dec 16 06:12:01 2009
@@ -42,7 +42,7 @@
));
if (is_string($return)) {
- $state['SimpleSAML_Auth_Default.Return'] = $return;
+ $state['SimpleSAML_Auth_Default.ReturnURL'] = $return;
}
if ($errorURL !== NULL) {
--
You received this message because you are subscribed to the Google Groups
"simpleSAMLphp commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/simplesamlphp-commits?hl=en.