Alex Savenko
/
semena
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
9634f926d8f8339fd08c147c738e33c3b793dd0c
Authored by
Alex Savenko
2017-01-10 13:10:12 +0200
1 parent
5bc22741
controller
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/lib/models/subscribe.php
Inline
Side-by-side
src/lib/models/subscribe.php
Wrap text
Show/Hide comments
View file @
9634f92
...
...
@@ -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
...
...