Skip to content
Snippets Groups Projects
Unverified Commit 0b3ba2a8 authored by Eileen McNaughton's avatar Eileen McNaughton Committed by GitHub
Browse files

Merge pull request #18707 from eileenmcnaughton/notice

Enotice fix
parents d3b44cc3 8b95ac26
No related branches found
No related tags found
No related merge requests found
......@@ -187,7 +187,7 @@ class CRM_Report_Form_Instance {
*/
public static function setDefaultValues(&$form, &$defaults) {
// we should not build form elements in dashlet mode.
if ($form->_section) {
if (!empty($form->_section)) {
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment