summaryrefslogtreecommitdiffstats
path: root/lib/SimpleSAML/Auth/ProcessingChain.php
diff options
context:
space:
mode:
authorJaime Pérez Crespo <jaime.perez@uninett.no>2014-01-28 00:24:41 +0000
committerJaime Pérez Crespo <jaime.perez@uninett.no>2014-01-28 00:24:41 +0000
commit26ecd93413b6c8fb8a2642f882ad91d83b77c8f0 (patch)
tree7f143c64e4b49f310e770527b57ee0ea2c69ca59 /lib/SimpleSAML/Auth/ProcessingChain.php
parentdf62f4656f4b8da04ede0b1486716f23236168ff (diff)
downloadsimplesamlphp-26ecd93413b6c8fb8a2642f882ad91d83b77c8f0.zip
simplesamlphp-26ecd93413b6c8fb8a2642f882ad91d83b77c8f0.tar.gz
simplesamlphp-26ecd93413b6c8fb8a2642f882ad91d83b77c8f0.tar.bz2
Fix for bug introduced in r3332.
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3336 44740490-163a-0410-bde0-09ae8108e29a
Diffstat (limited to 'lib/SimpleSAML/Auth/ProcessingChain.php')
-rw-r--r--lib/SimpleSAML/Auth/ProcessingChain.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/SimpleSAML/Auth/ProcessingChain.php b/lib/SimpleSAML/Auth/ProcessingChain.php
index 2bc624d..3380840 100644
--- a/lib/SimpleSAML/Auth/ProcessingChain.php
+++ b/lib/SimpleSAML/Auth/ProcessingChain.php
@@ -306,7 +306,7 @@ class SimpleSAML_Auth_ProcessingChain {
* SimpleSAML_Auth_ProcessingChain::AUTHPARAM request parameter. Please
* make sure to sanitize it properly by calling the
* SimpleSAML_Utilities::checkURLAllowed() function with the embedded
- * restart URL, if any. See also SimpleSAML_Utilities::getURLFromStateID().
+ * restart URL, if any. See also SimpleSAML_Utilities::parseStateID().
*/
public static function fetchProcessedState($id) {
assert('is_string($id)');