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:
dee2f42
)
[REF][PHP8.2] Declare _context in CRM_Contact_Selector
author
Bradley Taylor
<hello@brad-taylor.co.uk>
Sat, 18 Nov 2023 16:08:08 +0000
(16:08 +0000)
committer
Bradley Taylor
<hello@brad-taylor.co.uk>
Sat, 18 Nov 2023 16:11:00 +0000
(16:11 +0000)
CRM/Contact/Selector.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contact/Selector.php
b/CRM/Contact/Selector.php
index 8ad89811a2c4d667dfea960fee43b479b875a328..c07e16fcb7290c00c06b3984e95a4fc1df9461e8 100644
(file)
--- a/
CRM/Contact/Selector.php
+++ b/
CRM/Contact/Selector.php
@@
-81,6
+81,13
@@
class CRM_Contact_Selector extends CRM_Core_Selector_Base implements CRM_Core_Se
*/
protected $_contextMenu;
+ /**
+ * The search context
+ *
+ * @var string
+ */
+ public $_context;
+
/**
* Params is the array in a value used by the search query creator
*