mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-28 01:27:10 +00:00
pluginhost: do not connect via legacy DB api until requested
log all initiated legacy database connections
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
<?php
|
||||
class Handler implements IHandler {
|
||||
protected $dbh;
|
||||
protected $pdo;
|
||||
protected $args;
|
||||
|
||||
function __construct($args) {
|
||||
$this->dbh = Db::get();
|
||||
$this->pdo = Db::pdo();
|
||||
$this->args = $args;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user