Fix static var accessed as a constant

This commit is contained in:
nathangray 2021-03-23 16:23:23 -06:00
parent d99f84f28e
commit e3a1d1b338

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