summaryrefslogtreecommitdiff
path: root/plugins/af_comics
diff options
context:
space:
mode:
authorJustAMacUser <[email protected]>2018-02-11 07:01:29 +0000
committerJustAMacUser <[email protected]>2018-02-11 07:01:29 +0000
commit3f5f5bc73fe42b7552415b371c80c90fa8405555 (patch)
tree09b9bde06409f6d8845b321026fbb1e9cf5728a2 /plugins/af_comics
parentf63a7c4142f636395f285355193376a6337422d5 (diff)
af_comics: Fix typo -- call to undefined method.
Diffstat (limited to 'plugins/af_comics')
-rwxr-xr-xplugins/af_comics/init.php2
1 files changed, 1 insertions, 1 deletions
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");
}
}