Update Steam class

This commit is contained in:
DariusIII
2017-08-08 09:05:35 +02:00
parent 1cacee5f1c
commit 3665b502b4
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -1,4 +1,5 @@
2017-08-08 DariusIII
* Chg: Update Steam class
* Fix: Use proper type casting in groupfixrelnames (Fixes issue #159)
2017-08-07 DariusIII
* Chg: Update ajax pages
+6
View File
@@ -30,6 +30,11 @@ class Steam
*/
protected $lastUpdate;
/**
* @var Main
*/
protected $steamFront;
/**
* Steam constructor.
*
@@ -91,6 +96,7 @@ class Steam
* @param string $searchTerm The parsed game name from the release searchname
*
* @return false|int $bestMatch The Best match from the given search term
* @throws \Exception
*/
public function search($searchTerm)
{