mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 22:45:57 +00:00
remove $link
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
<?php
|
||||
class Mobile extends Plugin implements IHandler {
|
||||
|
||||
private $link;
|
||||
private $host;
|
||||
|
||||
function about() {
|
||||
@@ -12,7 +10,6 @@ class Mobile extends Plugin implements IHandler {
|
||||
}
|
||||
|
||||
function init($host) {
|
||||
$this->link = $host->get_link();
|
||||
$this->host = $host;
|
||||
|
||||
$host->add_handler("mobile", "index", $this);
|
||||
|
||||
Reference in New Issue
Block a user