diff options
| author | Andi Gutmans <andi@php.net> | 2001-08-13 18:47:52 +0000 |
|---|---|---|
| committer | Andi Gutmans <andi@php.net> | 2001-08-13 18:47:52 +0000 |
| commit | ad18bd07f1892e9c3445e4b6acb4e6ada70c1a45 (patch) | |
| tree | 69a2d15caf06e7065e8c366af2d5517f7c1f261d /ext/icap/php_icap.c | |
| parent | 33539126d0511b4178443724a68de43dc8d228a4 (diff) | |
| download | php-git-ad18bd07f1892e9c3445e4b6acb4e6ada70c1a45.tar.gz | |
- More Engine 2 work.
Diffstat (limited to 'ext/icap/php_icap.c')
| -rw-r--r-- | ext/icap/php_icap.c | 2 |
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; } |
