diff --git a/includes/view.inc b/includes/view.inc
index 696b145..8150a42 100644
--- a/includes/view.inc
+++ b/includes/view.inc
@@ -954,7 +954,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
