Merge branch '1.8.2' of dev.sourcefabric.org:airtime into 1.8.2

This commit is contained in:
james 2011-06-06 16:47:45 -04:00
commit 80c17f6c38
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)"),