From 017deda5e69a16ea199a3e8439386c402e8386ae Mon Sep 17 00:00:00 2001 From: Bradley Taylor Date: Tue, 21 Mar 2023 18:22:27 +0000 Subject: [PATCH] [REF][PHP8.2] Remove property which is no longer used --- CRM/Campaign/Form/Search.php | 1 - 1 file changed, 1 deletion(-) 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(); -- 2.25.1