mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 08:45:56 +00:00
auth_remote: use PDO
This commit is contained in:
@@ -10,6 +10,7 @@ class Auth_Internal extends Plugin implements IAuthModule {
|
||||
true);
|
||||
}
|
||||
|
||||
/* @var PluginHost $host */
|
||||
function init($host) {
|
||||
$this->host = $host;
|
||||
$this->pdo = Db::pdo();
|
||||
|
||||
Reference in New Issue
Block a user