Fix Array to string conversion
This commit is contained in:
parent
3686966f19
commit
a27ce05daf
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ class Wishlist
|
|||
|
||||
<?php if ($info->keywords) { ?>
|
||||
<div class="meta">
|
||||
<?= $info->keywords ?>
|
||||
<?= implode(',', $info->keywords) ?>
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
|
|
Loading…
Reference in a new issue