summaryrefslogtreecommitdiff
path: root/plugins/auto_assign_labels/init.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/auto_assign_labels/init.php')
-rwxr-xr-xplugins/auto_assign_labels/init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/auto_assign_labels/init.php b/plugins/auto_assign_labels/init.php
index 341895cef..786720d95 100755
--- a/plugins/auto_assign_labels/init.php
+++ b/plugins/auto_assign_labels/init.php
@@ -5,7 +5,7 @@ class Auto_Assign_Labels extends Plugin {
private $host;
function about() {
- return array(1.0,
+ return array(null,
"Assign labels automatically based on article title, content, and tags",
"fox");
}