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