From 283237ade36236581c5a7a0da691cd44e776aaf6 Mon Sep 17 00:00:00 2001 From: Astrologies Date: Wed, 1 Dec 2021 19:19:14 -0500 Subject: [PATCH] code fixes and webcontextmanager redirect --- html/Studio/Places.php | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/html/Studio/Places.php b/html/Studio/Places.php index 7a19319..354609d 100644 --- a/html/Studio/Places.php +++ b/html/Studio/Places.php @@ -1,8 +1,10 @@ id)->fetchAll(PDO::FETCH_ASSOC); foreach ($games as $game) { - $placethumbnail = handleGameThumb($game[id]); + $placeid = $game['id']; + $placename = $game['Name']; + $placethumbnail = handleGameThumb($game['id']); $games_html .= << -