Skip to content

Commit b948b7d

Browse files
committed
- keep node creation check
1 parent c8542ce commit b948b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/tidy/tidy.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,7 @@ static void php_tidy_create_node(INTERNAL_FUNCTION_PARAMETERS, tidy_base_nodetyp
987987
break;
988988
}
989989

990-
if (!inode) {
990+
if (!node) {
991991
RETURN_NULL();
992992
}
993993

0 commit comments

Comments
 (0)