From 719cc0cb396e2178b496bc0ab654e76f2d725411 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Thu, 31 Aug 2023 15:17:24 +1200 Subject: [PATCH] Remove decade-only typo This is an undefined property. Nothing accesses the mis-typed version.... --- CRM/Contact/BAO/Query.php | 1 - 1 file changed, 1 deletion(-) diff --git a/CRM/Contact/BAO/Query.php b/CRM/Contact/BAO/Query.php index 442ed20d1a..8642c163bc 100644 --- a/CRM/Contact/BAO/Query.php +++ b/CRM/Contact/BAO/Query.php @@ -6133,7 +6133,6 @@ AND displayRelType.is_active = 1 if (!empty($value['table'])) { $regex = "/({$value['table']}\.|{$name})/"; if (preg_match($regex, $sort)) { - $this->_elemnt[$value['element']] = 1; $this->_select[$value['element']] = $value['select']; $this->_pseudoConstantsSelect[$name]['sorting'] = 1; $present[$value['table']] = $value['join']; -- 2.25.1