From: Eileen McNaughton Date: Tue, 14 Nov 2023 22:27:38 +0000 (+1300) Subject: Fix notice on showCMS: X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f09d5ee1aec4addc4a868186925a964cb8fa3c67;p=civicrm-core.git Fix notice on showCMS: --- diff --git a/CRM/Core/Form.php b/CRM/Core/Form.php index 5cc7ec0df4..b45cab140a 100644 --- a/CRM/Core/Form.php +++ b/CRM/Core/Form.php @@ -319,6 +319,9 @@ class CRM_Core_Form extends HTML_QuickForm_Page { // Required for footer.tpl, // See CRM_Activity_Form_ActivityTest:testInboundEmailDisplaysWithLineBreaks. 'footer_status_severity', + // Required for some profiles (e.g on the Main page of the contribution form flow). + // A bit tricky to add closer to the usage due to conditionality of inclusion + 'showCMS', ]; /**