1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:45:55 +00:00

share by url stuff: use link icon instead of share

This commit is contained in:
Andrew Dolgov
2018-12-05 22:33:09 +03:00
parent 37205321d9
commit 94bc24ff31
2 changed files with 2 additions and 2 deletions

View File

@@ -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() {