summaryrefslogtreecommitdiffhomepage
path: root/filters
diff options
context:
space:
mode:
Diffstat (limited to 'filters')
-rw-r--r--filters/php_colormatrix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/filters/php_colormatrix.c b/filters/php_colormatrix.c
index d1fe377..bdb8adf 100644
--- a/filters/php_colormatrix.c
+++ b/filters/php_colormatrix.c
@@ -271,7 +271,7 @@ static void _php_colormatrix_usermat(double mat[16], zval** data)
convert_to_array_ex(data);
- mat_ht=HASH_OF(*data);
+ mat_ht=(*data)->value.ht;
zend_hash_internal_pointer_reset_ex(mat_ht,&pos);
while (pos)
{