summaryrefslogtreecommitdiff
path: root/plugins/af_comics
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-11-10 20:58:40 +0300
committerAndrew Dolgov <[email protected]>2021-11-10 20:58:40 +0300
commit87a30d88d36941ad817f0d1409e2ededbe576af6 (patch)
tree0bd599c73c4bb16fab6d58b24332ac5497503e35 /plugins/af_comics
parent9e8d69739f21e5ac85977d57a2a6c961e318c26e (diff)
plugin cleanup re: phpstan 1.0 warnings
Diffstat (limited to 'plugins/af_comics')
-rwxr-xr-xplugins/af_comics/init.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/af_comics/init.php b/plugins/af_comics/init.php
index 19b1be859..84d95a2ba 100755
--- a/plugins/af_comics/init.php
+++ b/plugins/af_comics/init.php
@@ -1,7 +1,6 @@
<?php
class Af_Comics extends Plugin {
- private $host;
private $filters = array();
function about() {
@@ -11,8 +10,6 @@ class Af_Comics extends Plugin {
}
function init($host) {
- $this->host = $host;
-
$host->add_hook($host::HOOK_FETCH_FEED, $this);
$host->add_hook($host::HOOK_FEED_BASIC_INFO, $this);
$host->add_hook($host::HOOK_SUBSCRIBE_FEED, $this);