Make WordPress Core


Ignore:
Timestamp:
03/15/2016 03:27:14 AM (10 years ago)
Author:
pento
Message:

WPDB: Reset connection status variables when the connection is closed.

Fixes #36240.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/wp-db.php

    r36840 r36997  
    31173117        if ( $closed ) {
    31183118            $this->dbh = null;
     3119            $this->ready = false;
     3120            $this->has_connected = false;
    31193121        }
    31203122
Note: See TracChangeset for help on using the changeset viewer.