Merge pull request #23954 from eileenmcnaughton/poly
authorSeamus Lee <seamuslee001@gmail.com>
Mon, 18 Jul 2022 09:36:33 +0000 (19:36 +1000)
committerGitHub <noreply@github.com>
Mon, 18 Jul 2022 09:36:33 +0000 (19:36 +1000)
Poly-fill-me-up

CRM/Admin/Form/MessageTemplates.php

index 09c9f9e32cfccdba904655e1a328dd925240fc41..efabfc033a40188d326838fa50d4b864faeb34ac 100644 (file)
@@ -128,7 +128,7 @@ class CRM_Admin_Form_MessageTemplates extends CRM_Core_Form {
       ];
       if (!($this->_action & CRM_Core_Action::DELETE)) {
         $buttons[] = [
-          'type' => 'submit',
+          'type' => 'upload',
           'name' => ts('Save and Done'),
           'subName' => 'done',
         ];