This commit is contained in:
Jay Trees 2022-01-17 14:18:49 +01:00
parent 6af716a689
commit f6ad396db3

View file

@ -15,6 +15,9 @@ $page->navigation();
$products = array();
/**
* Get wishlist products
*/
if (isset($_GET['wishlist'])) {
$user = new User();
$wishlist = $_GET['wishlist'];