résolution d'un bug

This commit is contained in:
2024-06-17 19:18:08 +02:00
parent d06ea90853
commit 4258186b14
6 changed files with 28 additions and 26 deletions

View File

@@ -68,7 +68,7 @@ class Albums extends CI_Controller {
$playlistId = $this->input->post('playlist_id');
$page = $this->input->get('page');
$this->model_music->AddAlbumtoPlaylist($playlistId,$id);
redirect(echo $page);
redirect('albums');
}
}
}