mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-09 01:36:42 +02:00
build: update CI to 4.5.3 + php and js dependencies to latest
This commit is contained in:
parent
5d35524875
commit
e9c04548de
14 changed files with 2304 additions and 1536 deletions
|
|
@ -69,8 +69,7 @@ class PlatformController extends BaseController
|
|||
|
||||
$platformsData = [];
|
||||
foreach (
|
||||
$this->request->getPost('platforms')
|
||||
as $platformSlug => $podcastPlatform
|
||||
$this->request->getPost('platforms') as $platformSlug => $podcastPlatform
|
||||
) {
|
||||
$podcastPlatformUrl = trim((string) $podcastPlatform['url']);
|
||||
if ($podcastPlatformUrl === '') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue