diff --git a/Plugins/Mineplex.ReportSite/view.php b/Plugins/Mineplex.ReportSite/view.php index 289895028..09fe80a32 100644 --- a/Plugins/Mineplex.ReportSite/view.php +++ b/Plugins/Mineplex.ReportSite/view.php @@ -125,7 +125,7 @@ { $connection = getConnection('ACCOUNT'); $statement = $connection->prepare('SELECT id FROM snapshots WHERE token = ?;'); - $statement->bind_param('s', $token); // TODO: correct data type + $statement->bind_param('s', $token); $statement->execute(); $statement->bind_result($snapshotId); $statement->store_result();