X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContact%2FStateMachine%2FSearch.php;h=12cf525f85e9dfd5297706d3734d654ca7310a04;hb=e203174a0b03df57b21c9f9969f1c464243d16a0;hp=83c60dea7d974e3ce9e784047e63366d72e62d6f;hpb=e2261dcb3aa0ba7e093ed3ae4fc767ed9c931cb8;p=civicrm-core.git diff --git a/CRM/Contact/StateMachine/Search.php b/CRM/Contact/StateMachine/Search.php index 83c60dea7d..12cf525f85 100644 --- a/CRM/Contact/StateMachine/Search.php +++ b/CRM/Contact/StateMachine/Search.php @@ -41,6 +41,7 @@ class CRM_Contact_StateMachine_Search extends CRM_Core_StateMachine { $this->_pages['CRM_Contact_Form_Search_Builder'] = NULL; list($task, $result) = $this->taskName($controller, 'Builder'); } + // @todo - this 'should' be removable but it's getting to this controller, for now elseif ($action == CRM_Core_Action::COPY) { $this->_pages['CRM_Contact_Form_Search_Custom'] = NULL; list($task, $result) = $this->taskName($controller, 'Custom');