summaryrefslogtreecommitdiff
path: root/plugins/example/example.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/example/example.php')
-rw-r--r--plugins/example/example.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/example/example.php b/plugins/example/example.php
index be6a48551..eef604b4f 100644
--- a/plugins/example/example.php
+++ b/plugins/example/example.php
@@ -6,14 +6,14 @@ class Example extends Plugin {
private $link;
private $host;
- function _about() {
+ function about() {
return array(1.0,
"Example plugin #1",
"fox",
true);
}
- function __construct($host) {
+ function init($host) {
$this->link = $host->get_link();
$this->host = $host;