fix: accessing private property
This commit is contained in:
parent
f449570627
commit
9c093c42b3
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ foreach ($wishlists as $wishlist_saved) {
|
|||
<?php foreach ($wishlists_saved as $wishlist_saved) { ?>
|
||||
<?php
|
||||
$wishlist = Wishlist::getFromId($wishlist_saved['wishlist']);
|
||||
$wishlist_href = Page::PAGE_WISHLIST . '&hash=' . $wishlist->hash;
|
||||
$wishlist_href = Page::PAGE_WISHLIST . '&hash=' . $wishlist->getHash();
|
||||
?>
|
||||
|
||||
<div class="column">
|
||||
|
|
Loading…
Reference in a new issue