summaryrefslogtreecommitdiff
path: root/plugins/pocket/pocket.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/pocket/pocket.php')
-rw-r--r--plugins/pocket/pocket.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/pocket/pocket.php b/plugins/pocket/pocket.php
index 6b5ccddec..b17597568 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;