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