Fix export all contacts from search
'this' does not exist here and selecting export all contacts from actions dropdown causes a crash with undefined CRM_Contact_Selector_DataProcessorContactSearch::get()
@jaapjansma I wasn't completely certain where debug gets set. But $this->get()
does not exist here so if debug is not set you will get a fatal error.
Merge request reports
Activity
@jaapjansma
retrieveValue
is a simpler version ofretrieve
so it is not a typo. But if you prefer I can use retrieve.mentioned in commit 43404a1b
Please register or sign in to reply