mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 05:35:55 +00:00
remove $link
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<?php
|
||||
class Plugin {
|
||||
private $link;
|
||||
private $dbh;
|
||||
private $host;
|
||||
|
||||
function init($host) {
|
||||
$this->link = $host->get_link();
|
||||
$this->dbh = $host->get_dbh();
|
||||
$this->host = $host;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user