CC-2356 Default genre when uploading to Soundcloud doesn't work

function call changed incorrectly.
This commit is contained in:
Naomi Aro 2011-06-03 18:12:10 -04:00
parent eee885f746
commit 27075ad369
1 changed files with 5 additions and 5 deletions

View File

@ -66,7 +66,7 @@ class ATSoundcloud {
$track_data['track[genre]'] = $genre;
}
else {
$default_genre = Application_Model_Preference::GetSoundCloudTrackType();
$default_genre = Application_Model_Preference::GetSoundCloudGenre();
if ($genre != "") {
$track_data['track[genre]'] = $default_genre;
}