From e7ff175efff4fc3e79d6ec1e777abe9f6feb0c31 Mon Sep 17 00:00:00 2001 From: Keir Nellyer Date: Thu, 27 Oct 2016 23:48:54 +0100 Subject: [PATCH] Remove report site token todo message (is now resolved) --- Plugins/Mineplex.ReportSite/view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();