mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:35:56 +00:00
remove $link
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
<?php
|
||||
class GoogleReaderKeys extends Plugin {
|
||||
|
||||
private $link;
|
||||
private $host;
|
||||
|
||||
function about() {
|
||||
@@ -11,7 +9,6 @@ class GoogleReaderKeys extends Plugin {
|
||||
}
|
||||
|
||||
function init($host) {
|
||||
$this->link = $host->get_link();
|
||||
$this->host = $host;
|
||||
|
||||
$host->add_hook($host::HOOK_HOTKEY_MAP, $this);
|
||||
|
||||
Reference in New Issue
Block a user