1
0
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:
Andrew Dolgov
2017-12-03 09:21:08 +03:00
parent e4291ba12f
commit b431d52520
2 changed files with 17 additions and 15 deletions

View File

@@ -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();