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