fix views artistes 2/?
This commit is contained in:
parent
c32786200a
commit
9318110b0c
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user