Fix saved wishlist links
This commit is contained in:
parent
b514f92249
commit
b5528b36e8
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ $page->navigation();
|
|||
<div class="item">
|
||||
<i class="large heart middle aligned icon"></i>
|
||||
<div class="content">
|
||||
<a class="header" href="/?wishlist=<?= $wishlist->hash ?>"><?= $wishlist->getTitle(); ?></a>
|
||||
<a class="header" href="/?page=wishlist&hash=<?= $wishlist->hash ?>"><?= $wishlist->getTitle(); ?></a>
|
||||
<div class="description"><?= $wishlist_user->getDisplayName(); ?></div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue