From 7194aeb3914326c3184dd2ac892855e9b15b3445 Mon Sep 17 00:00:00 2001 From: Astrologies Date: Fri, 3 Dec 2021 10:09:41 -0500 Subject: [PATCH] studio ide upload code fixes --- html/Studio/IDE/Upload.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 .= << -