From b2ca7d2cd14b884895b00f98bac50f7a29925c6c Mon Sep 17 00:00:00 2001 From: Jay Trees Date: Mon, 17 Jan 2022 13:52:16 +0100 Subject: [PATCH] Redirect to add a product --- includes/pages/wishlist-create.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/pages/wishlist-create.php b/includes/pages/wishlist-create.php index c10d650f..bc90ec84 100644 --- a/includes/pages/wishlist-create.php +++ b/includes/pages/wishlist-create.php @@ -16,7 +16,7 @@ if (isset($_POST['name'])) { (' . $_SESSION['user']['id'] . ', "' . $_POST['name'] . '") ;'); - header('Location: ?page=home'); + header('Location: /?page=wishlist-product-add'); die(); }