From 9a16b9653a7057dc9215f732f1e2c373aab216a1 Mon Sep 17 00:00:00 2001 From: Trottel Date: Sat, 1 Jan 2022 21:41:08 +0100 Subject: [PATCH] Update init.php Two fixes from cthu1hoo. Now the Save to Wallabag button should reappear and work again. --- wallabag_v2/init.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wallabag_v2/init.php b/wallabag_v2/init.php index 43f0595..0f51c86 100644 --- a/wallabag_v2/init.php +++ b/wallabag_v2/init.php @@ -6,6 +6,7 @@ function about() { return array("2.0.0", "Post articles to a Wallabag v 2.x instance", "joshu@unfettered.net", + false, "https://github.com/joshp23/ttrss-to-wallabag-v2"); } @@ -164,7 +165,7 @@ function hook_article_button($line) { $rv = ""; + title='".__('Wallabag v2')."'/>"; return $rv; }