remove share.png

This commit is contained in:
Andrew Dolgov 2018-12-05 22:28:09 +03:00
parent 17d9e14dde
commit 37205321d9
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 343 B

View File

@ -14,7 +14,7 @@ class VF_Shared extends Plugin {
function init($host) {
$this->host = $host;
$host->add_feed(-1, __("Shared articles"), 'plugins/vf_shared/share.png', $this);
$host->add_feed(-1, __("Shared articles"), 'share', $this);
}
function api_version() {