Skip to content

Commit edc1309

Browse files
committed
Fix build
1 parent fe0214b commit edc1309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/dom/document.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ PHP_METHOD(DOMDocument, importNode)
816816

817817
/* If there is no root, the namespace cannot be attached to it, so we have to attach it to the old list. */
818818
if (nsptr != NULL && root == NULL) {
819-
dom_set_old_ns(nodep->doc, nsptr);
819+
php_libxml_set_old_ns(nodep->doc, nsptr);
820820
}
821821
}
822822
retnodep->ns = nsptr;

0 commit comments

Comments
 (0)