From: JustAMacUser Date: Sun, 11 Feb 2018 07:01:29 +0000 (+0000) Subject: af_comics: Fix typo -- call to undefined method. X-Git-Tag: 18.8~69^2 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=3f5f5bc73fe42b7552415b371c80c90fa8405555;p=tt-rss.git af_comics: Fix typo -- call to undefined method. --- diff --git a/plugins/af_comics/init.php b/plugins/af_comics/init.php index d59a654d..bacc3691 100755 --- a/plugins/af_comics/init.php +++ b/plugins/af_comics/init.php @@ -131,7 +131,7 @@ class Af_Comics extends Plugin { $node->setAttribute("srcset", $node->getAttribute("data-srcset")); $node->removeAttribute("data-srcset"); } elseif ($node->hasAttribute("src")) { - $node->remoteAttribute("srcset"); + $node->removeAttribute("srcset"); } }