summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-11-10 21:03:05 +0300
committerAndrew Dolgov <[email protected]>2021-11-10 21:03:05 +0300
commit322d0eae5967de64b5d33af9bd58947aa44f5415 (patch)
treeb41008bf62ae91ae9f13c93ac3004ec1fbd0e9e5
parente0050a12f60843a940a5c3b14f80fc8d39dfb0d2 (diff)
phpstan 1.0 cleanup
-rwxr-xr-xinit.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/init.php b/init.php
index 6e498e2..35fa589 100755
--- a/init.php
+++ b/init.php
@@ -1,6 +1,5 @@
<?php
class Af_Unburn extends Plugin {
- private $host;
function about() {
return array(null,
@@ -13,8 +12,6 @@ class Af_Unburn extends Plugin {
}
function init($host) {
- $this->host = $host;
-
$host->add_hook($host::HOOK_ARTICLE_FILTER, $this);
}