diff --git a/lib/Artist.php b/lib/Artist.php index 9cc033d6..6579f6a4 100644 --- a/lib/Artist.php +++ b/lib/Artist.php @@ -43,7 +43,7 @@ class Artist extends PropertiesBase{ SELECT * from ArtistAlternateSpellings where ArtistId = ? - ', [$this->ArtistId], 'stdClass'); + ', [$this->ArtistId]); foreach($result as $row){ $this->_AlternateSpellings[] = $row->AlternateSpelling;