diff options
Diffstat (limited to 'src/sp_cookie_encryption.c')
| -rw-r--r-- | src/sp_cookie_encryption.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp_cookie_encryption.c b/src/sp_cookie_encryption.c index 2d6c938..0e279ed 100644 --- a/src/sp_cookie_encryption.c +++ b/src/sp_cookie_encryption.c | |||
| @@ -232,6 +232,7 @@ PHP_FUNCTION(sp_setcookie) { | |||
| 232 | call_user_function(CG(function_table), NULL, &func_name, &ret_val, 7, params); | 232 | call_user_function(CG(function_table), NULL, &func_name, &ret_val, 7, params); |
| 233 | 233 | ||
| 234 | func->handler = PHP_FN(sp_setcookie); | 234 | func->handler = PHP_FN(sp_setcookie); |
| 235 | RETURN_TRUE; | ||
| 235 | } | 236 | } |
| 236 | 237 | ||
| 237 | int hook_cookies() { | 238 | int hook_cookies() { |
