On the "admin/config/views_calc" page i'am receiving thie notice:
Notice: Undefined index: #children in theme_fieldset() (line 2649 of \drupal-7.2\includes\form.inc).

To avoid this notice, there is a need in small correction:

views_calc.module : line 217

   // OLD LINE COMMENTED
   //$help .= theme('fieldset', $fieldset);    
   
   //HERE GOES NEW LINE   
   $help .= theme('fieldset', array('element' => $fieldset)); 
CommentFileSizeAuthor
#1 views_calc.patch4.22 KBNiremizov

Comments

Niremizov’s picture

StatusFileSize
new4.22 KB

I made a patch to avoid this notice, and other error's which appears after saving the new Calc-Field.

karens’s picture

Status: Active » Fixed

Finally got to this issue and committed this. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.