From 87a30d88d36941ad817f0d1409e2ededbe576af6 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 10 Nov 2021 20:58:40 +0300 Subject: plugin cleanup re: phpstan 1.0 warnings --- plugins/af_comics/init.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'plugins/af_comics/init.php') 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 @@ 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); -- cgit v1.2.3-54-g00ecf