Fix static var accessed as a constant

This commit is contained in:
nathangray 2021-03-23 16:23:23 -06:00 committed by Ralf Becker
parent 66a0454936
commit 8b443447b6

View File

@ -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())