summaryrefslogtreecommitdiff
path: root/ext/xsl
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2011-08-08 16:49:43 +0000
committerIlia Alshanetsky <iliaa@php.net>2011-08-08 16:49:43 +0000
commit9c297247ef2154b121e0b6d65568d3e036f62083 (patch)
treedd546dbe4998a604ec86dea8ef286811f9393f8a /ext/xsl
parentee0bb4d413bc074a38605b33b7cdc72f32a65c5b (diff)
downloadphp-git-9c297247ef2154b121e0b6d65568d3e036f62083.tar.gz
Another build fix relating to previous DOM commit
Diffstat (limited to 'ext/xsl')
-rw-r--r--ext/xsl/xsltprocessor.c2
1 files changed, 1 insertions, 1 deletions
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);
}
}