Remove default default

This commit is contained in:
Alex Cabal 2024-01-15 00:22:16 -06:00
parent 3a3057aa5f
commit 83e6637c84

View file

@ -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;