From e3adacc5885e46b014236195b2f1eb265b3cc14e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 17 Sep 2020 09:18:03 +0300 Subject: fix several cases of Db class being invoked as wrong name (as DB) --- include/controls.php | 4 ++-- include/functions.php | 8 ++++---- include/sanity_check.php | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'include') diff --git a/include/controls.php b/include/controls.php index 8646ec15d..dc923e16a 100755 --- a/include/controls.php +++ b/include/controls.php @@ -74,7 +74,7 @@ function print_feed_multi_select($id, $default_ids = [], $attributes = "", $include_all_feeds = true, $root_id = null, $nest_level = 0) { - $pdo = DB::pdo(); + $pdo = Db::pdo(); print_r(in_array("CAT:6",$default_ids)); @@ -180,7 +180,7 @@ function print_feed_cat_select($id, $default_id, print "