This commit is contained in:
grandeljay 2022-11-25 22:45:34 +01:00
parent c1ba927d9e
commit b590e1efc2

View file

@ -50,7 +50,6 @@ switch ($_SERVER['REQUEST_METHOD']) {
'style' => $_GET['wishlist_style'],
);
$where = array(
'wishlist' => '`wishlist` = ' . $wishlist->id,
'priority' => '`priority` = ' . $_GET['wish_priority'],
);