mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-07 00:36:48 +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
|
|
@ -45,7 +45,7 @@ class MapController extends BaseController
|
|||
if (! ($found = cache($cacheName))) {
|
||||
$episodes = (new EpisodeModel())
|
||||
->where('`published_at` <= UTC_TIMESTAMP()', null, false)
|
||||
->where('location_geo is not', null)
|
||||
->where('location_geo is not')
|
||||
->findAll();
|
||||
$found = [];
|
||||
foreach ($episodes as $episode) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue