Yes. It broke something

This reverts commit a2f1748ff6.
This commit is contained in:
2025-09-29 13:28:57 -07:00
parent a2f1748ff6
commit 4022e96a15
9 changed files with 10 additions and 87 deletions

View File

@@ -23,8 +23,8 @@ $stmt->execute();
$result = $stmt->get_result();
$rows = $result->fetch_all(MYSQLI_ASSOC);
$mapped = new stdClass();
$icons = new stdClass();
$mapped = [];
$icons = [];
foreach ($rows as $row) {
$savedata = json_decode($row['save_data'], true);