Skip to content

Fix export all contacts from search

mattwire requested to merge mattwire/dataprocessor:fixexportallcontacts into master

'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