Commit 7af22b8a3f759e35abe1a3746dc90d5c917da75c

Authored by Alex Savenko
1 parent 941f9120

testing

Showing 1 changed file with 2 additions and 3 deletions   Show diff stats
src/lib/models/basket.php
... ... @@ -314,7 +314,7 @@ class basket extends \db
314 314  
315 315 public function getAbandonedUsers() {
316 316  
317   - return $this->get(
  317 + return $this->exec(
318 318 '
319 319 SELECT *
320 320 FROM public.basket
... ... @@ -323,8 +323,7 @@ class basket extends \db
323 323 ',
324 324 [
325 325  
326   - ],
327   - -1
  326 + ]
328 327 );
329 328  
330 329 }
... ...