summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinit.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/init.php b/init.php
index c72a63e..4fd3a46 100755
--- a/init.php
+++ b/init.php
@@ -1,7 +1,5 @@
<?php
class HL_Legacy extends Plugin {
- private $host;
-
function about() {
return array(1.0,
"Revert back to legacy headline click behavior",
@@ -9,7 +7,7 @@ class HL_Legacy extends Plugin {
}
function init($host) {
- $this->host = $host;
+
}
function get_js() {