summaryrefslogtreecommitdiff
path: root/plugins/hotkeys_force_top/init.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/hotkeys_force_top/init.php')
-rw-r--r--plugins/hotkeys_force_top/init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/hotkeys_force_top/init.php b/plugins/hotkeys_force_top/init.php
index faddc9148..9c17307bd 100644
--- a/plugins/hotkeys_force_top/init.php
+++ b/plugins/hotkeys_force_top/init.php
@@ -3,7 +3,7 @@ class Hotkeys_Force_Top extends Plugin {
private $host;
function about() {
- return array(1.0,
+ return array(null,
"Force open article to the top",
"itsamenathan");
}