Fix wish image resetting

This commit is contained in:
Jay Trees 2022-03-10 13:40:31 +01:00
parent b2f84c3093
commit 73fdf0be03

View file

@ -99,7 +99,7 @@ $referer = '/?page=wishlists&wishlist=' . $wish->wishlist;
<div class="ui segment">
<form class="ui form wish" method="POST">
<input type="hidden" name="wish_id" value="<?= $_GET['id'] ?>" />
<input type="hidden" name="wish_image" />
<input type="hidden" name="wish_image" value="<?= $wish->image ?>" />
<div class="ui two column grid">