Skip to content
Snippets Groups Projects
Commit 30485a57 authored by bgm's avatar bgm Committed by bgm
Browse files

searchTasks: remove result=FALSE (causes blank screen)

parent 3cdb7764
No related branches found
No related tags found
No related merge requests found
Pipeline #1918 passed
......@@ -130,7 +130,6 @@ function civiexportexcel_civicrm_searchTasks($objectType, &$tasks) {
$tasks[] = [
'title' => E::ts('Contact - Export to Excel'),
'class' => 'CRM_CiviExportExcel_Form_Task_Export',
'result' => FALSE,
];
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment