summaryrefslogtreecommitdiff
path: root/ext/icap/php_icap.c
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2001-08-13 18:47:52 +0000
committerAndi Gutmans <andi@php.net>2001-08-13 18:47:52 +0000
commitad18bd07f1892e9c3445e4b6acb4e6ada70c1a45 (patch)
tree69a2d15caf06e7065e8c366af2d5517f7c1f261d /ext/icap/php_icap.c
parent33539126d0511b4178443724a68de43dc8d228a4 (diff)
downloadphp-git-ad18bd07f1892e9c3445e4b6acb4e6ada70c1a45.tar.gz
- More Engine 2 work.
Diffstat (limited to 'ext/icap/php_icap.c')
-rw-r--r--ext/icap/php_icap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/icap/php_icap.c b/ext/icap/php_icap.c
index 692206a496..327e6d120a 100644
--- a/ext/icap/php_icap.c
+++ b/ext/icap/php_icap.c
@@ -141,7 +141,7 @@ static int add_assoc_object(pval *arg, char *key, pval *tmp)
HashTable *symtable;
if (arg->type == IS_OBJECT) {
- symtable = arg->value.obj.properties;
+ symtable = Z_OBJPROP_P(arg);
} else {
symtable = arg->value.ht;
}