From 9c297247ef2154b121e0b6d65568d3e036f62083 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Mon, 8 Aug 2011 16:49:43 +0000 Subject: [PATCH] Another build fix relating to previous DOM commit --- ext/xsl/xsltprocessor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/xsl/xsltprocessor.c b/ext/xsl/xsltprocessor.c index ff3808bb4f..d0baa1fdcf 100644 --- a/ext/xsl/xsltprocessor.c +++ b/ext/xsl/xsltprocessor.c @@ -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); } } -- 2.40.0