fix views artistes 2/?
This commit is contained in:
@@ -126,7 +126,7 @@ class Model_music extends CI_Model {
|
|||||||
|
|
||||||
public function getArtistDetails($artistId) {
|
public function getArtistDetails($artistId) {
|
||||||
// Get artist info
|
// Get artist info
|
||||||
$this->db->select('artist.name as artistName, artist.id, artist.jpeg');
|
$this->db->select('artist.name as artistName, artist.id');
|
||||||
$this->db->from('artist');
|
$this->db->from('artist');
|
||||||
$this->db->where('artist.id', $artistId);
|
$this->db->where('artist.id', $artistId);
|
||||||
$artistQuery = $this->db->get();
|
$artistQuery = $this->db->get();
|
||||||
|
Reference in New Issue
Block a user