summaryrefslogtreecommitdiff
path: root/plugins/flattr/flattr.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/flattr/flattr.php')
-rw-r--r--plugins/flattr/flattr.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/flattr/flattr.php b/plugins/flattr/flattr.php
index e5042632c..3ab7ebd85 100644
--- a/plugins/flattr/flattr.php
+++ b/plugins/flattr/flattr.php
@@ -3,14 +3,14 @@ class Flattr extends Plugin {
private $link;
private $host;
- function __construct($host) {
+ function init($host) {
$this->link = $host->get_link();
$this->host = $host;
$host->add_hook($host::HOOK_ARTICLE_BUTTON, $this);
}
- function _about() {
+ function about() {
return array(1.0,
"Share on Flattr plugin",
"Nic Honing");