Explorar o código

Fix missing parenthesis.

Dave Z %!s(int64=6) %!d(string=hai) anos
pai
achega
12bfce5e66
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      plugins/mail/init.php

+ 1 - 1
plugins/mail/init.php

@@ -86,7 +86,7 @@ class Mail extends Plugin {
 		print_hidden("method", "sendEmail");
 
 		$sth = $this->pdo->prepare("SELECT email, full_name FROM ttrss_users WHERE
-			id = ?";
+			id = ?");
 		$sth->execute([$_SESSION['uid']]);
 
 		if ($row = $sth->fetch()) {