mirror of
https://github.com/php/php-src.git
synced 2025-08-17 14:38:49 +02:00
- Fixed wrong function call in original commit to FR #39771.
This commit is contained in:
parent
163b3bcec9
commit
f455f85e6c
1 changed files with 1 additions and 1 deletions
|
@ -2318,7 +2318,7 @@ PHP_FUNCTION(dom_document_save_html)
|
||||||
RETURN_FALSE;
|
RETURN_FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
xmlNodeDump(buf, docp, node, 0, format);
|
htmlNodeDumpFormatOutput(buf, docp, node, 0, format);
|
||||||
mem = (xmlChar*) xmlBufferContent(buf);
|
mem = (xmlChar*) xmlBufferContent(buf);
|
||||||
if (!mem) {
|
if (!mem) {
|
||||||
RETVAL_FALSE;
|
RETVAL_FALSE;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue