From 6322ac79a020ab584d412d782d62b2ee77d7c6cf Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 17 Apr 2013 16:23:15 +0400 Subject: remove $link --- plugins/example_feed/init.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/example_feed') diff --git a/plugins/example_feed/init.php b/plugins/example_feed/init.php index af14d3ff3..19d089667 100644 --- a/plugins/example_feed/init.php +++ b/plugins/example_feed/init.php @@ -4,7 +4,6 @@ class Example_Feed extends Plugin { // Demonstrates how to query data from the parsed feed object (SimplePie) // don't enable unless debugging feed through f D hotkey or manually. - private $link; private $host; function about() { @@ -15,7 +14,6 @@ class Example_Feed extends Plugin { } function init($host) { - $this->link = $host->get_link(); $this->host = $host; $host->add_hook($host::HOOK_FEED_PARSED, $this); -- cgit v1.2.3