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