From 94bc24ff31e22323d7d50243a1dd18d90a66cbc7 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 5 Dec 2018 22:33:09 +0300 Subject: share by url stuff: use link icon instead of share --- plugins/vf_shared/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/vf_shared') diff --git a/plugins/vf_shared/init.php b/plugins/vf_shared/init.php index ee9e37ee4..8414a6f08 100644 --- a/plugins/vf_shared/init.php +++ b/plugins/vf_shared/init.php @@ -14,7 +14,7 @@ class VF_Shared extends Plugin { function init($host) { $this->host = $host; - $host->add_feed(-1, __("Shared articles"), 'share', $this); + $host->add_feed(-1, __("Shared articles"), 'link', $this); } function api_version() { -- cgit v1.2.3