diff --git a/wp-includes/wp-db.php b/wp-includes/wp-db.php index 8a4ebaa64e..5d19e4ae74 100644 --- a/wp-includes/wp-db.php +++ b/wp-includes/wp-db.php @@ -122,7 +122,7 @@ class wpdb { // Kill cached query results function flush() { - $this->last_result = null; + $this->last_result = array(); $this->col_info = null; $this->last_query = null; }