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
ee315be728e9298fde7525a78026991841120c7c
Authored by
Alex Savenko
2017-01-13 14:36:33 +0200
1 parent
455e9915
testing
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/lib/models/basket.php
Inline
Side-by-side
src/lib/models/basket.php
Wrap text
Show/Hide comments
View file @
ee315be
...
...
@@ -319,7 +319,7 @@ class basket extends \db
319
319
320
320
return $this->get(
321
321
"
322
- SELECT
user_id
322
+ SELECT
*
323
323
FROM public.basket
324
324
WHERE
325
325
TRUE
...
...