Skip to content
Snippets Groups Projects
Commit 75e1d0c4 authored by Klaas Eikelboom's avatar Klaas Eikelboom
Browse files

Sometimes the task is empty (extensions are found that remove the default value from the list).

parent 50cef389
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ class CRM_DataprocessorSearch_StateMachine_CaseSearch extends CRM_Core_StateMach
$this->_pages[$t] = NULL;
}
}
else {
elseif(!empty($task)) {
$this->_pages[$task] = NULL;
}
......
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