CC-1665: Scheduled stream rebroadcasting and recording

-fix incorrectly named column
This commit is contained in:
Martin Konecny 2012-07-31 11:00:01 -04:00
parent 527b43e8ba
commit b83be1a922
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ class Application_Model_Schedule
WHERE ";
$fileColumns = "ft.artist_name, ft.track_title, ";
$streamColumns = "ws.login as artist_name, ws.name as track_title, ";
$streamColumns = "ws.creator_id as artist_name, ws.name as track_title, ";
$fileJoin = "cc_files ft ON st.file_id = ft.id";
$streamJoin = "cc_webstream ws ON st.stream_id = ws.id";