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
commite35f670e2d77eca3da4854e6ee609e92e264992f (patch)
tree4b86b320a27e10fe0fc93f0bff3a62030069ff68 /ext/xsl
parentfee9fe03343ab7943fe70b03484492bc782e711c (diff)
downloadphp-git-e35f670e2d77eca3da4854e6ee609e92e264992f.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);
}
}