resolution bug
This commit is contained in:
@@ -57,7 +57,7 @@ class Chansons extends CI_Controller {
|
||||
}
|
||||
|
||||
public function deleteSongtoPlaylist($id){
|
||||
$playlists = $this->model_music->getPlaylistIdSong($id);
|
||||
$playlists = $this->model_music->getPlaylistIdSong($id, $this->session->userdata('userId'));
|
||||
|
||||
$this->form_validation->set_rules('playlist_id', 'playlist_id', 'required');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user