Another build fix relating to previous DOM commit

This commit is contained in:
Ilia Alshanetsky 2011-08-08 16:49:43 +00:00
parent fee9fe0334
commit e35f670e2d

View file

@ -280,7 +280,7 @@ static void xsl_ext_function_php(xmlXPathParserContextPtr ctxt, int nargs, int t
node->parent = nsparent;
node->ns = curns;
}
child = php_dom_create_object(node, &ret, NULL, child, domintern TSRMLS_CC);
child = php_dom_create_object(node, &ret, child, domintern TSRMLS_CC);
add_next_index_zval(args[i], child);
}
}