cc-2364: past non-recorded shows have "upload to soundcloud" context menu option

-fixed
This commit is contained in:
martin 2011-06-06 15:15:47 -04:00
parent ff031cde76
commit c921348f36
1 changed files with 1 additions and 0 deletions

View File

@ -203,6 +203,7 @@ class ScheduleController extends Zend_Controller_Action
if (strtotime($show->getShowEnd()) <= strtotime($today_timestamp)
&& is_null($show->getSoundCloudFileId())
&& $show->isRecorded()
&& Application_Model_Preference::GetDoSoundCloudUpload()) {
$menu[] = array('action' => array('type' => 'fn',
'callback' => "window['uploadToSoundCloud']($id)"),