summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/fdf/fdf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/fdf/fdf.c b/ext/fdf/fdf.c
index 4e4ea0d0ec..520fcae0ec 100644
--- a/ext/fdf/fdf.c
+++ b/ext/fdf/fdf.c
@@ -1416,7 +1416,8 @@ PHP_FUNCTION(fdf_remove_item) {
FDFErc err;
if(zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rsl", &r_fdf,
- &fieldname, &fieldname_len
+ &fieldname, &fieldname_len,
+ item
)
== FAILURE) {
return;