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_routing/init.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/example_routing/init.php') diff --git a/plugins/example_routing/init.php b/plugins/example_routing/init.php index 31c5b6f28..0ae446e33 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); -- cgit v1.2.3