X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=plugins%2Fpocket%2Fpocket.php;h=b17597568535f20c5b446ffa2743ae8ad2bae235;hb=d2a421e3cbaa782748840fc19afad4ac65f044b8;hp=6b5ccddecf05bdf7724895f2595548ff5cfd9cae;hpb=de612e7a3850d3053c7038e94098c0681d46983b;p=tt-rss.git diff --git a/plugins/pocket/pocket.php b/plugins/pocket/pocket.php index 6b5ccdde..b1759756 100644 --- a/plugins/pocket/pocket.php +++ b/plugins/pocket/pocket.php @@ -4,13 +4,13 @@ class Pocket extends Plugin { private $link; private $host; - function _about() { + function about() { return array(1.0, "Share article via Pocket (formerly Read It Later)", "?"); } - function __construct($host) { + function init($host) { $this->link = $host->get_link(); $this->host = $host;