X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=plugins%2Fshare%2Fshare.php;h=e1151849b8ebc26c85c65112d3f5f51e937e79b1;hb=d2a421e3cbaa782748840fc19afad4ac65f044b8;hp=254b68bca61a71399212db87a450efe5a752420b;hpb=de612e7a3850d3053c7038e94098c0681d46983b;p=tt-rss.git diff --git a/plugins/share/share.php b/plugins/share/share.php index 254b68bc..e1151849 100644 --- a/plugins/share/share.php +++ b/plugins/share/share.php @@ -3,13 +3,13 @@ class Share extends Plugin { private $link; private $host; - function _about() { + function about() { return array(1.0, "Share article by unique URL", "fox"); } - function __construct($host) { + function init($host) { $this->link = $host->get_link(); $this->host = $host;