Commit c1cfdf9
committed
minor #1920 Fixed semantical error in invitation example (danielsreichenbach)
This PR was submitted for the master branch but it was merged into the 1.3.x branch instead (closes #1920).
Discussion
----------
Fixed semantical error in invitation example
This fixes the DQL used to look up invitation codes. Without using the table prefix, Doctrine will throw a semantical error.
Commits
-------
41cadcd Fixed semantical error in invitation example1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | | - | |
| 217 | + | |
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| |||
0 commit comments