diff --git a/html/Studio/IDE/Upload.php b/html/Studio/IDE/Upload.php index ec93569..43e8ab0 100644 --- a/html/Studio/IDE/Upload.php +++ b/html/Studio/IDE/Upload.php @@ -4,15 +4,17 @@ $games_html = ""; $games = getAllGames($user->id)->fetchAll(PDO::FETCH_ASSOC); foreach ($games as $game) { - $placethumbnail = handleGameThumb($game[id]); + $placeid = $game['id']; + $placethumbnail = handleGameThumb($placeid); + $placename = $game['Name']; $games_html .= << -
+