mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 12:05:55 +00:00
Fix missing parenthesis.
This commit is contained in:
@@ -86,7 +86,7 @@ class Mail extends Plugin {
|
|||||||
print_hidden("method", "sendEmail");
|
print_hidden("method", "sendEmail");
|
||||||
|
|
||||||
$sth = $this->pdo->prepare("SELECT email, full_name FROM ttrss_users WHERE
|
$sth = $this->pdo->prepare("SELECT email, full_name FROM ttrss_users WHERE
|
||||||
id = ?";
|
id = ?");
|
||||||
$sth->execute([$_SESSION['uid']]);
|
$sth->execute([$_SESSION['uid']]);
|
||||||
|
|
||||||
if ($row = $sth->fetch()) {
|
if ($row = $sth->fetch()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user