summaryrefslogtreecommitdiff
path: root/plugins/example_article/init.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/example_article/init.php')
-rw-r--r--plugins/example_article/init.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/example_article/init.php b/plugins/example_article/init.php
index 05f95a40a..000be7c4c 100644
--- a/plugins/example_article/init.php
+++ b/plugins/example_article/init.php
@@ -1,7 +1,6 @@
<?php
class Example_Article extends Plugin {
- private $link;
private $host;
function about() {
@@ -12,7 +11,6 @@ class Example_Article extends Plugin {
}
function init($host) {
- $this->link = $host->get_link();
$this->host = $host;
$host->add_hook($host::HOOK_RENDER_ARTICLE, $this);