From: Bradley Taylor Date: Tue, 21 Mar 2023 18:22:27 +0000 (+0000) Subject: [REF][PHP8.2] Remove property which is no longer used X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=017deda5e69a16ea199a3e8439386c402e8386ae;p=civicrm-core.git [REF][PHP8.2] Remove property which is no longer used --- diff --git a/CRM/Campaign/Form/Search.php b/CRM/Campaign/Form/Search.php index 5244c8b904..ce473654a5 100644 --- a/CRM/Campaign/Form/Search.php +++ b/CRM/Campaign/Form/Search.php @@ -58,7 +58,6 @@ class CRM_Campaign_Form_Search extends CRM_Core_Form_Search { $this->_defaults = []; //set the button name. - $this->_printButtonName = $this->getButtonName('next', 'print'); $this->_actionButtonName = $this->getButtonName('next', 'action'); $this->loadStandardSearchOptionsFromUrl();