Fix Erreur getter
This commit is contained in:
		@@ -13,7 +13,7 @@ class Artistes extends CI_Controller {
 | 
			
		||||
			$artists = $this->model_music->getArtists($genre, $order);
 | 
			
		||||
			$genres = $this->model_music->researchtype();
 | 
			
		||||
			$this->load->view('layout/header',['genres'=>$genres]);
 | 
			
		||||
			$this->load->view('layout/getter', $data);
 | 
			
		||||
			$this->load->view('layout/getter', $this->session->userdata('logged_in'));
 | 
			
		||||
			$this->load->view('artists_name',['artists'=>$artists]);
 | 
			
		||||
			$this->load->view('layout/footer');
 | 
			
		||||
	}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user