diff --git a/Changelog b/Changelog index 9fedd0f09..5acced276 100755 --- a/Changelog +++ b/Changelog @@ -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 diff --git a/nntmux/Steam.php b/nntmux/Steam.php index 6d8663d6d..00b797d63 100755 --- a/nntmux/Steam.php +++ b/nntmux/Steam.php @@ -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) {