Ticket #1928: 1928.diff
| File 1928.diff, 489 bytes (added by mdawaffe, 6 years ago) |
|---|
-
wp-includes/wp-db.php
123 123 124 124 function flush() { 125 125 $this->last_result = array(); 126 $this->col_info = null;126 $this->col_info = array(); 127 127 $this->last_query = null; 128 128 } 129 129 … … 368 368 369 369 if ( ! isset($wpdb) ) 370 370 $wpdb = new wpdb(DB_USER, DB_PASSWORD, DB_NAME, DB_HOST); 371 ?> 372 No newline at end of file 371 ?>
