problème résolu
This commit is contained in:
@@ -66,7 +66,6 @@ class Albums extends CI_Controller {
|
||||
$this->load->view('layout/footer');
|
||||
}else{
|
||||
$playlistId = $this->input->post('playlist_id');
|
||||
$page = $this->input->get('page');
|
||||
$this->model_music->AddAlbumtoPlaylist($playlistId,$id);
|
||||
redirect('albums');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user