kopia lustrzana https://github.com/friendica/friendica
Fix PHP-CS
rodzic
3a257b6172
commit
054a280d33
|
@ -3282,7 +3282,7 @@ class Item
|
|||
}
|
||||
|
||||
$dom = new \DOMDocument();
|
||||
if (empty ($html) || !@$dom->loadHTML($html)) {
|
||||
if (empty($html) || !@$dom->loadHTML($html)) {
|
||||
return $html;
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue