Skip to content
Snippets Groups Projects
Commit 8b95ac26 authored by eileen's avatar eileen
Browse files

Enotice fix

parent 3bfdcfb5
Branches
Tags
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.
Please register or to comment