summaryrefslogtreecommitdiff
path: root/plugins/shorten_expanded
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/shorten_expanded')
-rw-r--r--plugins/shorten_expanded/init.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/shorten_expanded/init.php b/plugins/shorten_expanded/init.php
index c097f1a0d..26208734e 100644
--- a/plugins/shorten_expanded/init.php
+++ b/plugins/shorten_expanded/init.php
@@ -1,6 +1,5 @@
<?php
class Shorten_Expanded extends Plugin {
- private $host;
function about() {
return array(null,
@@ -9,7 +8,7 @@ class Shorten_Expanded extends Plugin {
}
function init($host) {
- $this->host = $host;
+
}
function get_css() {