Merge pull request #21360 from eileenmcnaughton/case_pdf
[civicrm-core.git] / CRM / Contact / StateMachine / Search.php
index 83c60dea7d974e3ce9e784047e63366d72e62d6f..12cf525f85e9dfd5297706d3734d654ca7310a04 100644 (file)
@@ -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');