aboutsummaryrefslogtreecommitdiffhomepage
path: root/php/ext/google/protobuf/map.c
diff options
context:
space:
mode:
authorGravatar Paul Yang <TeBoring@users.noreply.github.com>2017-03-21 10:18:49 -0700
committerGravatar GitHub <noreply@github.com>2017-03-21 10:18:49 -0700
commit1387a6795c743fa41a21e8e1501953cb018be760 (patch)
treea08e1b80aaf61c15c41cd4a66b884d7a8922e2da /php/ext/google/protobuf/map.c
parentffa932bf10d958fc3dff3ac9153f1b4ef55d6024 (diff)
Update commit number in Docker to update composer dependency (#2869)
Diffstat (limited to 'php/ext/google/protobuf/map.c')
-rw-r--r--php/ext/google/protobuf/map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/php/ext/google/protobuf/map.c b/php/ext/google/protobuf/map.c
index 4a3829d6..fae152e3 100644
--- a/php/ext/google/protobuf/map.c
+++ b/php/ext/google/protobuf/map.c
@@ -247,7 +247,7 @@ void map_field_create_with_field(zend_class_entry *ce, const upb_fielddef *field
const upb_fielddef *value_field = map_field_value(field);
map_field_create_with_type(
ce, upb_fielddef_type(key_field), upb_fielddef_type(value_field),
- field_type_class(value_field TSRMLS_CC), map_field);
+ field_type_class(value_field TSRMLS_CC), map_field TSRMLS_CC);
}
void map_field_create_with_type(zend_class_entry *ce, upb_fieldtype_t key_type,