mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:01:24 +00:00
Fix genres handling in Console, Games and Music controllers
This commit is contained in:
@@ -49,7 +49,7 @@ class GamesController extends BasePageController
|
||||
$genres = $gen->getGenres(Genres::GAME_TYPE, true);
|
||||
$tmpgnr = [];
|
||||
foreach ($genres as $gn) {
|
||||
$tmpgnr[$gn['id']] = $gn['title'];
|
||||
$tmpgnr[$gn->id] = $gn->title;
|
||||
}
|
||||
|
||||
$years = range(1903, date('Y') + 1);
|
||||
|
||||
Reference in New Issue
Block a user