Make WordPress Core

Ticket #33105: 33105.diff

File 33105.diff, 368 bytes (added by markoheijnen, 10 years ago)
  • src/wp-includes/wp-db.php

     
    14741474
    14751475                                if ( $attempt_fallback ) {
    14761476                                        $this->use_mysqli = false;
    1477                                         $this->db_connect();
     1477                                        return $this->db_connect();
    14781478                                }
    14791479                        }
    14801480                } else {