diff options
| author | Markus Birth <markus@birth-online.de> | 2013-04-18 02:14:56 +0200 |
|---|---|---|
| committer | Markus Birth <markus@birth-online.de> | 2013-04-18 02:14:56 +0200 |
| commit | f507d9fcc37306d7c7904f5fb97f1d995ec0d53e (patch) | |
| tree | c47e71573e4c9a3850a2c369bfb904ce0a0d2ce6 /init.php | |
| parent | 65df130d9a2f84e988ad9031f10fc933ecf9e79e (diff) | |
| download | yafpp-f507d9fcc37306d7c7904f5fb97f1d995ec0d53e.tar.gz yafpp-f507d9fcc37306d7c7904f5fb97f1d995ec0d53e.zip | |
Removed PluginHost::get_link() call which wasn't used anyways
Diffstat (limited to 'init.php')
| -rw-r--r-- | init.php | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -2,7 +2,6 @@ class Af_Feedmod extends Plugin implements IHandler { - private $link; private $host; function about() @@ -17,7 +16,6 @@ class Af_Feedmod extends Plugin implements IHandler function init($host) { - $this->link = $host->get_link(); $this->host = $host; $host->add_hook($host::HOOK_PREFS_TABS, $this); |
