Fix wish image resetting
This commit is contained in:
parent
b2f84c3093
commit
73fdf0be03
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
||||
|
|
Loading…
Reference in a new issue