Refactor
This commit is contained in:
parent
6af716a689
commit
f6ad396db3
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ $page->navigation();
|
|||
|
||||
$products = array();
|
||||
|
||||
/**
|
||||
* Get wishlist products
|
||||
*/
|
||||
if (isset($_GET['wishlist'])) {
|
||||
$user = new User();
|
||||
$wishlist = $_GET['wishlist'];
|
||||
|
|
Loading…
Reference in a new issue