Index: branches/5.1.x/core/units/helpers/col_picker_helper.php =================================================================== diff -u -N -r14353 -r14537 --- branches/5.1.x/core/units/helpers/col_picker_helper.php (.../col_picker_helper.php) (revision 14353) +++ branches/5.1.x/core/units/helpers/col_picker_helper.php (.../col_picker_helper.php) (revision 14537) @@ -1,6 +1,6 @@ Application->recallObject($prefix, null, array('skip_autoload'=>1)); + $dummy =& $this->Application->recallObject($prefix, null, Array ('skip_autoload' => 1)); $counter = 0; $hidden = array(); @@ -197,7 +197,7 @@ } $fields[$counter] = $name; - $titles[$name] = $options['title']; + $titles[$name] = isset($options['title']) ? $options['title'] : 'column:la_fld_' . $name; $widths[$name] = isset($options['width']) ? $options['width'] : $this->defaultColumnWidth; // only once per grid ! if (isset($options['hidden']) && $options['hidden']) {