diff --git a/includes/view.inc b/includes/view.inc index bd2dc58fb805fbf9668fdb90f8a807db3284cc31..9c29efe25781fcd8d52dcb3b0c6863c408433576 100644 --- a/includes/view.inc +++ b/includes/view.inc @@ -876,7 +876,7 @@ class view extends views_db_object { // Let the theme play too, because pre render is a very themey thing. $function = $GLOBALS['theme'] . '_views_pre_render'; if (function_exists($function)) { - $function($this, $this->display_handler->output, $cache); + $function($this); } // Give field handlers the opportunity to perform additional queries