summaryrefslogtreecommitdiff
path: root/plugins/auto_assign_labels
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/auto_assign_labels')
-rwxr-xr-xplugins/auto_assign_labels/init.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/auto_assign_labels/init.php b/plugins/auto_assign_labels/init.php
index 786720d95..84fce8d64 100755
--- a/plugins/auto_assign_labels/init.php
+++ b/plugins/auto_assign_labels/init.php
@@ -1,9 +1,6 @@
<?php
class Auto_Assign_Labels extends Plugin {
- /* @var PluginHost $host */
- private $host;
-
function about() {
return array(null,
"Assign labels automatically based on article title, content, and tags",
@@ -11,8 +8,6 @@ class Auto_Assign_Labels extends Plugin {
}
function init($host) {
- $this->host = $host;
-
$host->add_hook($host::HOOK_ARTICLE_FILTER, $this);
}