forked from extern/egroupware
Fix static var accessed as a constant
This commit is contained in:
parent
d99f84f28e
commit
e3a1d1b338
@ -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