summaryrefslogtreecommitdiff
path: root/init.php
diff options
context:
space:
mode:
Diffstat (limited to 'init.php')
-rw-r--r--init.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/init.php b/init.php
index 05d6831..ec2be96 100644
--- a/init.php
+++ b/init.php
@@ -1,6 +1,5 @@
<?php
class Af_GoodShowSir extends Plugin {
- private $host;
function about() {
return array(1.0,
@@ -9,8 +8,6 @@ class Af_GoodShowSir extends Plugin {
}
function init($host) {
- $this->host = $host;
-
$host->add_hook($host::HOOK_ARTICLE_FILTER, $this);
}