500 error opgelost, dubbel Nieuws item uit menu gehaald

This commit is contained in:
NH Gooi
2024-07-02 21:09:54 +02:00
parent e7bae27951
commit 92769463cd
2 changed files with 3 additions and 11 deletions

View File

@@ -52,7 +52,7 @@
<div class="podcast_items">
<h4 class="box_header small"><span>Fragment gemist</span></h4>
<div class="box">
@include('partial/podcastitems', ['showTime' => false, 'showImage' => false, 'podcasts' => $podcasts])
@include('partial/podcastitems', ['showTime' => false, 'showImage' => false, 'podcasts' => $podcasts, 'isPodcast' => false])
</div>
</div>