diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2018-12-05 22:33:09 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2018-12-05 22:33:09 +0300 |
| commit | 94bc24ff31e22323d7d50243a1dd18d90a66cbc7 (patch) | |
| tree | f09b255ae577e3e2b42eb298c98b79de67d023a2 /plugins/vf_shared/init.php | |
| parent | 37205321d973ef89716456bfec78a99ee26de346 (diff) | |
share by url stuff: use link icon instead of share
Diffstat (limited to 'plugins/vf_shared/init.php')
| -rw-r--r-- | plugins/vf_shared/init.php | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |