From df5d2a06657be3abb671c44295848afefc7f8fd4 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 3 Dec 2017 14:49:18 +0300 Subject: pluginhost: do not connect via legacy DB api until requested log all initiated legacy database connections --- classes/handler.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'classes/handler.php') diff --git a/classes/handler.php b/classes/handler.php index 483b573e3..5b1109492 100644 --- a/classes/handler.php +++ b/classes/handler.php @@ -1,11 +1,9 @@ dbh = Db::get(); $this->pdo = Db::pdo(); $this->args = $args; } -- cgit v1.2.3-54-g00ecf