set isConnected to false when the connection is closed
This commit is contained in:
parent
0a50b95fed
commit
391bdc88a1
@ -1016,6 +1016,7 @@ abstract class Doctrine_Connection extends Doctrine_Configurable implements Coun
|
||||
$this->clear();
|
||||
|
||||
$this->dbh = null;
|
||||
$this->isConnected = false;
|
||||
|
||||
$this->getAttribute(Doctrine::ATTR_LISTENER)->postClose($event);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user