Revision: 2053 Author: olavmrk Date: Wed Dec 16 00:53:54 2009 Log: Auth_Default: Fix local logout.
This patch fixes a bug introduced in r2019. Merged into 1.5 branch from r2052. http://code.google.com/p/simplesamlphp/source/detail?r=2053 Modified: /branches/simplesamlphp-1.5/lib/SimpleSAML/Auth/Default.php ======================================= --- /branches/simplesamlphp-1.5/lib/SimpleSAML/Auth/Default.php Fri Dec 4 03:17:14 2009 +++ /branches/simplesamlphp-1.5/lib/SimpleSAML/Auth/Default.php Wed Dec 16 00:53:54 2009 @@ -153,7 +153,9 @@ assert('is_string($returnURL)'); self::initLogoutReturn($returnURL); - self::logoutCompleted($state); + + /* Redirect... */ + SimpleSAML_Utilities::redirect($returnURL); } -- 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.
