Revision: 1994
Author: olavmrk
Date: Tue Nov 17 04:23:35 2009
Log: SSOService: Fix warning for AssertionConsunerService URL.
http://code.google.com/p/simplesamlphp/source/detail?r=1994
Modified:
/trunk/www/saml2/idp/SSOService.php
=======================================
--- /trunk/www/saml2/idp/SSOService.php Wed Nov 4 23:31:13 2009
+++ /trunk/www/saml2/idp/SSOService.php Tue Nov 17 04:23:35 2009
@@ -158,6 +158,7 @@
continue;
}
$requestcache['ConsumerURL'] = $consumerURL;
+ $found = TRUE;
break;
}
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---