mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-11 02:36:42 +02:00
chore: update CI4 to v4.6.4 + php and js packages to latest
This commit is contained in:
parent
d438190b49
commit
133e308603
36 changed files with 2015 additions and 1476 deletions
|
|
@ -733,7 +733,7 @@ class PodcastController extends BaseController
|
|||
|
||||
$episodes = (new EpisodeModel())
|
||||
->where('podcast_id', $this->podcast->id)
|
||||
->where('published_at !=', null)
|
||||
->where('published_at !=')
|
||||
->findAll();
|
||||
|
||||
foreach ($episodes as $episode) {
|
||||
|
|
@ -901,7 +901,7 @@ class PodcastController extends BaseController
|
|||
|
||||
$episodes = (new EpisodeModel())
|
||||
->where('podcast_id', $this->podcast->id)
|
||||
->where('published_at !=', null)
|
||||
->where('published_at !=')
|
||||
->findAll();
|
||||
|
||||
foreach ($episodes as $episode) {
|
||||
|
|
@ -968,7 +968,7 @@ class PodcastController extends BaseController
|
|||
|
||||
$episodes = (new EpisodeModel())
|
||||
->where('podcast_id', $this->podcast->id)
|
||||
->where('published_at !=', null)
|
||||
->where('published_at !=')
|
||||
->findAll();
|
||||
|
||||
foreach ($episodes as $episode) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue