From ab47434e925ad4497c60fe31c3f01206659435b0 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 24 May 2017 08:38:23 +0200 Subject: [PATCH] Make plugin work with latest tt-rss --- init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.php b/init.php index 0f9a2bb..2fbabab 100644 --- a/init.php +++ b/init.php @@ -40,12 +40,12 @@ class Micropub extends Plugin implements IHandler return 2; } + /** * Register our hooks */ public function init(/*PluginHost*/ $host) { - parent::init($host); static::$myhost = $host; $host->add_hook($host::HOOK_PREFS_TAB, $this); $host->add_hook($host::HOOK_RENDER_ARTICLE, $this); -- 2.30.2