Commit 9634f926d8f8339fd08c147c738e33c3b793dd0c

Authored by Alex Savenko
1 parent 5bc22741

controller

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/lib/models/subscribe.php
... ... @@ -52,7 +52,7 @@ class subscribe extends \db
52 52 SELECT * FROM
53 53 public.subscribe
54 54 WHERE
55   - name = :email
  55 + email = :email
56 56 ',
57 57 [
58 58 'email' => $email
... ...