fix save'n'test button
authordemeritcowboy <demeritcowboy@hotmail.com>
Fri, 19 Feb 2021 19:08:34 +0000 (14:08 -0500)
committerdemeritcowboy <demeritcowboy@hotmail.com>
Fri, 19 Feb 2021 19:08:34 +0000 (14:08 -0500)
CRM/Admin/Form/MailSettings.php

index c41cb9b509d6483f1ce1821ee53b0b69a2501bfb..337daedb1c2ea0aff9a29e49e74a0278d3b8a76a 100644 (file)
@@ -34,7 +34,7 @@ class CRM_Admin_Form_MailSettings extends CRM_Admin_Form {
       return;
     }
 
-    $this->_testButtonName = $this->getButtonName('refresh', 'test');
+    $this->_testButtonName = $this->getButtonName('upload', 'test');
     $buttons = $this->getElement('buttons')->getElements();
     $buttons[] = $this->createElement(
       'xbutton',