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