resolution bug
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
<?php foreach ($playlists as $playlist){ ?>
|
||||
<div class="playlist-option">
|
||||
<label>
|
||||
<?php if($this->model_music->SongInThisPlaylist($id,$playlist->playlistid)){ ?>
|
||||
<input type="radio" name="playlist_id" value="<?= $playlist->playlistid ?>">
|
||||
<?php if($this->model_music->SongInThisPlaylist($id,$playlist->playlistId)){ ?>
|
||||
<input type="radio" name="playlist_id" value="<?= $playlist->playlistId ?>">
|
||||
<?= $playlist->name ?>
|
||||
<?php } ?>
|
||||
</label>
|
||||
|
||||
Reference in New Issue
Block a user