Skip to content

Commit 4f9c0b8

Browse files
alfsbkamil-tekiela
andauthored
Review.
Co-authored-by: Kamil Tekiela <[email protected]>
1 parent 81dc29e commit 4f9c0b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ function xinclude_run_xpointer( DOMDocument $dom ) : int
941941

942942
$total += $was - $now;
943943

944-
if ( $was == $now )
944+
if ( $was === $now )
945945
return $total;
946946
}
947947
echo "XInclude nested too deeply (xpointer).\n";

0 commit comments

Comments
 (0)