mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-28 06:17:10 +00:00
remove $link
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<?php
|
||||
class Handler implements IHandler {
|
||||
protected $link;
|
||||
protected $dbh;
|
||||
protected $args;
|
||||
|
||||
function __construct($link, $args) {
|
||||
$this->link = $link;
|
||||
function __construct($dbh, $args) {
|
||||
$this->dbh = $dbh;
|
||||
$this->args = $args;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user