From: Domovoy Date: Fri, 27 Jul 2012 08:12:12 +0000 (+0200) Subject: Oooops, put back the warnings ignore for DomDocument X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7639f9117936fda9fb886c4e6934be315a30b72e;p=friendica-addons.git Oooops, put back the warnings ignore for DomDocument --- diff --git a/showmore/showmore.php b/showmore/showmore.php index de8c2f07..1f40b027 100755 --- a/showmore/showmore.php +++ b/showmore/showmore.php @@ -77,7 +77,7 @@ function get_body_length($body) { // We need to get rid of hidden tags (display: none) // Get rid of the warning. It would be better to have some valid html as input - $dom = DomDocument::loadHTML($body); + $dom = @DomDocument::loadHTML($body); $xpath = new DOMXPath($dom); /*