Revision: 3027
Author:   olavmrk
Date:     Wed Feb  1 06:08:43 2012
Log:      openid: Fix notice about unititialized variable.
http://code.google.com/p/simplesamlphp/source/detail?r=3027

Modified:
 /trunk/modules/openid/www/consumer.php

=======================================
--- /trunk/modules/openid/www/consumer.php      Fri May  6 04:50:38 2011
+++ /trunk/modules/openid/www/consumer.php      Wed Feb  1 06:08:43 2012
@@ -13,6 +13,7 @@
throw new SimpleSAML_Error_BadRequest('Invalid AuthId \'' . $sourceId . '\' - not found.');
 }

+$error = NULL;
 try {
        if (!empty($_GET['openid_url'])) {
                $authSource->doAuth($state, (string)$_GET['openid_url']);

--
You received this message because you are subscribed to the Google Groups 
"simpleSAMLphp commits" group.
To post to this group, send email to simplesamlphp-commits@googlegroups.com.
To unsubscribe from this group, send email to 
simplesamlphp-commits+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/simplesamlphp-commits?hl=en.

Reply via email to