Remove report site token todo message (is now resolved)
This commit is contained in:
parent
30f56e3b12
commit
e7ff175eff
@ -125,7 +125,7 @@
|
|||||||
{
|
{
|
||||||
$connection = getConnection('ACCOUNT');
|
$connection = getConnection('ACCOUNT');
|
||||||
$statement = $connection->prepare('SELECT id FROM snapshots WHERE token = ?;');
|
$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->execute();
|
||||||
$statement->bind_result($snapshotId);
|
$statement->bind_result($snapshotId);
|
||||||
$statement->store_result();
|
$statement->store_result();
|
||||||
|
Loading…
Reference in New Issue
Block a user