]> git.wh0rd.org - tt-rss.git/blobdiff - plugins/nsfw/init.php
fix blank character after opening bracket in function calls
[tt-rss.git] / plugins / nsfw / init.php
index 9aadde4dd05fe549f184d5db6e0032f8805a9815..c4182731d092e228c8e5ced9b631ccef8d174f3f 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 class NSFW extends Plugin {
-
-       private $link;
        private $host;
 
        function about() {
@@ -12,7 +10,6 @@ class NSFW extends Plugin {
        }
 
        function init($host) {
-               $this->link = $host->get_link();
                $this->host = $host;
 
                $host->add_hook($host::HOOK_RENDER_ARTICLE, $this);