From a83982ea1b8985b1d8841e19b51102bb848e4c42 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 14 Dec 2022 09:58:27 -0700 Subject: [PATCH] Set where and order_by to public --- resources/classes/database.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/classes/database.php b/resources/classes/database.php index 352dbe58f9..bd7bc19097 100644 --- a/resources/classes/database.php +++ b/resources/classes/database.php @@ -133,7 +133,7 @@ * @var array Two dimensional array of key value pairs * @see $order_by */ - private $where; //array + public $where; //array /** * Order By clause(s) of an SQL statement. @@ -152,7 +152,7 @@ * @var array Two dimensional array of key value pairs * @see $where */ - private $order_by; //array + public $order_by; //array /** * Ascending or Descending order.