From 3f5f5bc73fe42b7552415b371c80c90fa8405555 Mon Sep 17 00:00:00 2001 From: JustAMacUser Date: Sun, 11 Feb 2018 07:01:29 +0000 Subject: af_comics: Fix typo -- call to undefined method. --- plugins/af_comics/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/af_comics/init.php b/plugins/af_comics/init.php index d59a654d7..bacc36918 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"); } } -- cgit v1.2.3