From 7d960ce7e9af250648315b3d8e1574ebdb184a2e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 3 Dec 2017 00:18:08 +0300 Subject: auth_internal: use PDO + other fixes --- classes/plugin.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'classes') diff --git a/classes/plugin.php b/classes/plugin.php index fcf329ca1..fb4e08fb1 100644 --- a/classes/plugin.php +++ b/classes/plugin.php @@ -2,6 +2,9 @@ abstract class Plugin { const API_VERSION_COMPAT = 1; + /** @var PDO */ + protected $pdo; + abstract function init($host); abstract function about(); -- cgit v1.2.3-54-g00ecf