mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +01:00
Fix static var accessed as a constant
This commit is contained in:
parent
66a0454936
commit
8b443447b6
@ -571,7 +571,7 @@ class Db
|
||||
}
|
||||
else
|
||||
{
|
||||
$this->Link_ID = self::ADOdb;
|
||||
$this->Link_ID = self::$ADOdb;
|
||||
}
|
||||
}
|
||||
if (!$this->Link_ID->isConnected() && !$this->Link_ID->Connect())
|
||||
|
Loading…
Reference in New Issue
Block a user