diff --git a/plugins/views/panels_views_plugin_row_fields.inc b/plugins/views/panels_views_plugin_row_fields.inc index 4a404ab..13f9791 100644 --- a/plugins/views/panels_views_plugin_row_fields.inc +++ b/plugins/views/panels_views_plugin_row_fields.inc @@ -89,7 +89,8 @@ class panels_views_plugin_row_fields extends views_plugin_row_fields { if (!$layout) { // Fall back to normal behavior if the layout is somehow invalid. This // can happen if the layout was removed, for example. - return theme($this->theme_functions(), array('view' => view, 'options' => $this->options, 'row' => $row, 'field_alias' => $this->field_alias)); + return theme($this->theme_functions(), array('view' => $this->view, 'options' => $this->options, 'row' => $row)); + } // Store a backup copy of the array because we're going to be screwing