]> git.wh0rd.org - tt-rss.git/blobdiff - plugins/af_buttersafe/init.php
remove $link
[tt-rss.git] / plugins / af_buttersafe / init.php
index c9f6505cddbb89e1f2f28e6ad60246063e521e05..e1a01b3dd2094a2a9fa4a2fffa372eda079a4996 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 class Af_Buttersafe extends Plugin {
 
-       private $link;
        private $host;
 
        function about() {
@@ -11,7 +10,6 @@ class Af_Buttersafe extends Plugin {
        }
 
        function init($host) {
-               $this->link = $host->get_link();
                $this->host = $host;
 
                $host->add_hook($host::HOOK_ARTICLE_FILTER, $this);