problème résolu
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<?php foreach ($playlists as $playlist): ?>
|
||||
<div class="playlist-option">
|
||||
<label>
|
||||
<input type="radio" name="playlist_id" value="<?=$playlist->playlistid ?>">
|
||||
<input type="radio" name="playlist_id" value="<?=$playlist->playlistId ?>">
|
||||
<?= $playlist->name ?>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user