Fix Steam call

This commit is contained in:
DariusIII
2017-02-07 15:34:15 +01:00
parent 3d909bde9c
commit fae59592fb
+1 -1
View File
@@ -401,7 +401,7 @@ class Games
// Process Steam first before giantbomb
// Steam has more details
$this->_gameResults = [];
$this->_getGame = new Steam($this->pdo);
$this->_getGame = new Steam(['DB' => $this->pdo]);
$this->_classUsed = 'steam';
$this->_getGame->searchTerm = $gameInfo['title'];
$steamGameID = $this->_getGame->search($gameInfo['title']);