Skip to content

Commit 08a424c

Browse files
Fix fatal error with PHP 8
1 parent 8be2c3b commit 08a424c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/admin/feedzy-rss-feeds-actions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ private function modify_links() {
530530
libxml_use_internal_errors( true );
531531
$dom->loadHTML( $content, LIBXML_HTML_NOIMPLIED | LIBXML_HTML_NODEFDTD );
532532
$xpath = new DOMXPath( $dom );
533-
libxml_clear_errors( true );
533+
libxml_clear_errors();
534534
// Get all anchors tags.
535535
$nodes = $xpath->query( '//a' );
536536

0 commit comments

Comments
 (0)