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

somehow variable names must have changed.
This commit is contained in:
Naomi Aro 2011-06-04 15:40:58 +02:00
parent 27075ad369
commit 1f045c8c7b
1 changed files with 1 additions and 1 deletions

View File

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