Update add.php

fix a typo
This commit is contained in:
House of vanity
2018-07-20 10:32:01 +10:00
committed by GitHub
parent c49edd640a
commit 2e0c55156d

View File

@ -31,7 +31,7 @@ else{
$username = $_POST['telegram'];
}
// check if the same user already reqested notify about the same this topic
// check if the same user already reqested notify about the same topic
$stmt = $dbh->query(
'SELECT c.username, u.link FROM `contact` c
LEFT JOIN `url` u ON u.id = c.topic_id