diff options
| -rw-r--r-- | src/sp_cookie_encryption.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp_cookie_encryption.c b/src/sp_cookie_encryption.c index 5189c20..5c3c372 100644 --- a/src/sp_cookie_encryption.c +++ b/src/sp_cookie_encryption.c | |||
| @@ -56,7 +56,7 @@ int decrypt_cookie(zval *pDest, int num_args, va_list args, | |||
| 56 | 56 | ||
| 57 | generate_key(key); | 57 | generate_key(key); |
| 58 | 58 | ||
| 59 | value_len = php_url_decode(Z_STRVAL_P(pDest), Z_STRLEN_P(pDest)); | 59 | value_len = Z_STRLEN_P(pDest); |
| 60 | 60 | ||
| 61 | if (value_len == 0) { | 61 | if (value_len == 0) { |
| 62 | return ZEND_HASH_APPLY_KEEP; | 62 | return ZEND_HASH_APPLY_KEEP; |
