mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 06:59:46 +01:00
some fixing regarding connection handling
This commit is contained in:
parent
c37e1885ff
commit
18f2db2fc8
@ -184,7 +184,7 @@
|
|||||||
function disconnect()
|
function disconnect()
|
||||||
{
|
{
|
||||||
parent::disconnect();
|
parent::disconnect();
|
||||||
$this->_isConnected = false;
|
$this->_connected = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user