mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-23 09:32:15 -05:00
fix of issue #619 and other similar, error in JSLikeHTMLElement: node no longer exists.
This commit is contained in:
parent
cc1ec61b85
commit
c1aad6d574
@ -1143,9 +1143,9 @@ class Readability
|
||||
protected function reinitBody() {
|
||||
if (!isset($this->body->childNodes)) {
|
||||
$this->body = $this->dom->createElement('body');
|
||||
}
|
||||
$this->body->innerHTML = $this->bodyCache;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
Loading…
Reference in New Issue
Block a user