diff options
-rw-r--r-- | Net/OpenID/KVForm.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Net/OpenID/KVForm.php b/Net/OpenID/KVForm.php index 799f862..d2c9f96 100644 --- a/Net/OpenID/KVForm.php +++ b/Net/OpenID/KVForm.php @@ -43,7 +43,7 @@ class Net_OpenID_KVForm { } if (strpos($value, "\n") !== FALSE) { - trigger_error('"\n" in value:' . addslashes($key), + trigger_error('"\n" in value:' . addslashes($value), E_USER_WARNING); return NULL; } |