diff --git a/panels.module b/panels.module index b7d233a..357b772 100644 --- a/panels.module +++ b/panels.module @@ -463,7 +463,7 @@ function panels_stylizer_pane_preview($plugin, $settings) { return theme($plugin['theme'], array('settings' => $settings, 'content' => $content, 'pane' => $pane, 'display' => $display)); } else { - return theme('panels_pane', array('output' => $content, 'pane' => $pane, 'display' => $display)); + return theme('panels_pane', array('content' => $content, 'pane' => $pane, 'display' => $display)); } }