X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=classes%2Fhandler.php;h=b209320458d40d52b8d530a9e2ee9324da4ce8d0;hb=1f294435307ef6cbbf3f35a22af9bf92131338ed;hp=d8e2a3025cfb47d329577391f6791868bbe47b28;hpb=7f1113a56ad8e66ce3dd9886b4b11dfc30573c7f;p=tt-rss.git diff --git a/classes/handler.php b/classes/handler.php index d8e2a302..b2093204 100644 --- a/classes/handler.php +++ b/classes/handler.php @@ -3,8 +3,8 @@ class Handler implements IHandler { protected $dbh; protected $args; - function __construct($dbh, $args) { - $this->dbh = $dbh; + function __construct($args) { + $this->dbh = Db::get(); $this->args = $args; }