Revision: 2052 Author: olavmrk Date: Wed Dec 16 00:52:13 2009 Log: Auth_Default: Fix local logout.
This patch fixes a bug introduced in r2019. http://code.google.com/p/simplesamlphp/source/detail?r=2052 Modified: /trunk/lib/SimpleSAML/Auth/Default.php ======================================= --- /trunk/lib/SimpleSAML/Auth/Default.php Thu Dec 3 05:24:10 2009 +++ /trunk/lib/SimpleSAML/Auth/Default.php Wed Dec 16 00:52:13 2009 @@ -141,7 +141,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.
