Commit 80edece30c469161f39ebdd6d1b7f8776a06e930

Authored by Administrator
1 parent 030aa37f

image size

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
frontend/controllers/BasketController.php
... ... @@ -86,7 +86,8 @@ class BasketController extends Controller
86 86 $modelMod = new Orders;
87 87  
88 88  
89   - print_r($_POST['Mod']);
  89 + print_r($_POST);
  90 + die();
90 91 if(!empty($_GET['deleteID'])){
91 92 $modelMod->deleteBasketMod($_GET['deleteID']);
92 93 }
... ...