]> git.wh0rd.org - tt-rss.git/commitdiff
af_comics: Fix typo -- call to undefined method.
authorJustAMacUser <myself-cmsmxc3e@zaikos.com>
Sun, 11 Feb 2018 07:01:29 +0000 (07:01 +0000)
committerJustAMacUser <myself-cmsmxc3e@zaikos.com>
Sun, 11 Feb 2018 07:01:29 +0000 (07:01 +0000)
plugins/af_comics/init.php

index d59a654d73e5dd8eaa96bd19ccea3f6211c1b1c6..bacc3691882df8bd2080670d6809da645591b56b 100755 (executable)
@@ -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");
                                                        }
                                                }