Fix Erreur getter

This commit is contained in:
Vincent
2024-06-04 21:08:14 +02:00
parent 523a636254
commit eef73dd92b
3 changed files with 50 additions and 33 deletions

View File

@@ -6,6 +6,7 @@ class Albums extends CI_Controller {
public function __construct(){
parent::__construct();
$this->load->model('model_music');
$this->load->library('session');
}
public function index(){