X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=plugins%2Fexample_routing%2Finit.php;h=0ae446e336d9ed595ac7d90105fa60944e36ef8b;hb=6322ac79a020ab584d412d782d62b2ee77d7c6cf;hp=31c5b6f284f67a1a7e29681bd400b4054df1d9f9;hpb=aca75cb5cb323535099c7aef46a78ea3cec082f2;p=tt-rss.git diff --git a/plugins/example_routing/init.php b/plugins/example_routing/init.php index 31c5b6f2..0ae446e3 100644 --- a/plugins/example_routing/init.php +++ b/plugins/example_routing/init.php @@ -12,7 +12,6 @@ class Example_Routing extends Plugin implements IHandler { // Any system method may be masked by plugins. You can mask // entire handler by supplying "*" instead of a method name. - private $link; private $host; function about() { @@ -23,7 +22,6 @@ class Example_Routing extends Plugin implements IHandler { } function init($host) { - $this->link = $host->get_link(); $this->host = $host; $host->add_handler("test", "example", $this);