projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bddea5
)
replace undeclared class var with local var
author
demeritcowboy
<demeritcowboy@hotmail.com>
Sat, 4 Nov 2023 14:57:29 +0000
(10:57 -0400)
committer
demeritcowboy
<demeritcowboy@hotmail.com>
Sat, 4 Nov 2023 14:57:29 +0000
(10:57 -0400)
CRM/Core/Form/Search.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/Form/Search.php
b/CRM/Core/Form/Search.php
index b071a4c45f141f6beb7fb4e33b70c9fe4c2249f3..09d9d68280ed0a72f1188987076e9bcec8f028fa 100644
(file)
--- a/
CRM/Core/Form/Search.php
+++ b/
CRM/Core/Form/Search.php
@@
-438,9
+438,9
@@
class CRM_Core_Form_Search extends CRM_Core_Form {
return;
}
- $
this->_g
roup = CRM_Core_PseudoConstant::nestedGroup();
- if ($
this->_g
roup) {
- $this->add('select', 'group', $this->getGroupLabel(), $
this->_g
roup, FALSE,
+ $
nestedG
roup = CRM_Core_PseudoConstant::nestedGroup();
+ if ($
nestedG
roup) {
+ $this->add('select', 'group', $this->getGroupLabel(), $
nestedG
roup, FALSE,
[
'id' => 'group',
'multiple' => 'multiple',