? 978768_notice_panel_fields.php Index: plugins/views/panels_views_plugin_row_fields.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/panels/plugins/views/panels_views_plugin_row_fields.inc,v retrieving revision 1.3 diff -u -p -r1.3 panels_views_plugin_row_fields.inc --- plugins/views/panels_views_plugin_row_fields.inc 11 Oct 2010 22:56:02 -0000 1.3 +++ plugins/views/panels_views_plugin_row_fields.inc 22 Nov 2010 15:21:09 -0000 @@ -169,7 +169,7 @@ class panels_views_plugin_row_fields ext // render them into the content array. foreach ($this->region_fields as $region_id => $fields) { $this->view->field = $fields; - $content[$region_id] = theme($this->theme_functions(), array('view' => $this->view, 'options' => $this->options, 'row' => $row, 'field_alias' => $this->field_alias)); + $content[$region_id] = theme($this->theme_functions(), array('view' => $this->view, 'options' => $this->options, 'row' => $row)); } // Restore our $fields array.