[REF] Move declaration of _actionButtonName from CRM_Core_Form_Search to CRM_Core_For...
authorSeamus Lee <seamuslee001@gmail.com>
Fri, 14 Jul 2023 02:03:06 +0000 (12:03 +1000)
committerSeamus Lee <seamuslee001@gmail.com>
Fri, 14 Jul 2023 02:03:06 +0000 (12:03 +1000)
CRM/Core/Form.php
CRM/Core/Form/Search.php

index 48613449ca4f5c5b2a7f8f428c1f30bb1a694407..f575309d266550ad62dcd606a923ae151c1183c1 100644 (file)
@@ -326,6 +326,13 @@ class CRM_Core_Form extends HTML_QuickForm_Page {
     'footer_status_severity',
   ];
 
+  /**
+   * Name of action button
+   *
+   * @var string
+   */
+  protected $_actionButtonName;
+
   /**
    * Constructor for the basic form page.
    *
index 693af70456425f5199dd30231644bd1290988cae..22e89167de0527591b783e85e21a6f357472af88 100644 (file)
@@ -21,13 +21,6 @@ class CRM_Core_Form_Search extends CRM_Core_Form {
    */
   protected $_force;
 
-  /**
-   * Name of action button
-   *
-   * @var string
-   */
-  protected $_actionButtonName;
-
   /**
    * Form values that we will be using
    *