Fix query
This commit is contained in:
		@@ -13,7 +13,10 @@ class Music extends CI_Controller {
 | 
			
		||||
        $genre = $this->input->get('genre');
 | 
			
		||||
        $order = $this->input->get('order');
 | 
			
		||||
        $artist = $this->input->get('artist');
 | 
			
		||||
        $musics = $this->model_music->getMusics($genre, $order, $artist);
 | 
			
		||||
		$query = $this->input->get('query');
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
        $musics = $this->model_music->getMusics($genre, $order, $artist, $query);
 | 
			
		||||
        $genres = $this->model_music->researchtype();
 | 
			
		||||
        $artists = $this->model_music->nameArtist();
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user