diff --git a/wp-includes/wp-db.php b/wp-includes/wp-db.php index f88ab5166e..ed8a7a0736 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; }