Fix query
This commit is contained in:
		@@ -12,7 +12,9 @@ class Artistes extends CI_Controller {
 | 
			
		||||
    public function index(){
 | 
			
		||||
        $genre = $this->input->get('genre');
 | 
			
		||||
        $order = $this->input->get('order');
 | 
			
		||||
        $artists = $this->model_music->getArtists($genre, $order);
 | 
			
		||||
		$query = $this->input->get('query');
 | 
			
		||||
 | 
			
		||||
        $artists = $this->model_music->getArtists($genre, $order, $query);
 | 
			
		||||
        $genres = $this->model_music->researchtype();
 | 
			
		||||
 | 
			
		||||
        $is_logged_in = $this->session->userdata('logged_in');
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user