]> git.wh0rd.org - tt-rss.git/blobdiff - plugins/pocket/pocket.php
more work on user-selectable plugins; properly process system and user plugins
[tt-rss.git] / plugins / pocket / pocket.php
index 6b5ccddecf05bdf7724895f2595548ff5cfd9cae..b17597568535f20c5b446ffa2743ae8ad2bae235 100644 (file)
@@ -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;