CC-2795: Give option to set download flag of recorded shows uploaded

to Soundcloud by default

- changed function name
- changed database flag name
This commit is contained in:
James 2011-10-04 17:38:21 -04:00
parent 6e25ae5abf
commit 3f495e7532
4 changed files with 7 additions and 7 deletions

View file

@ -13,7 +13,7 @@ class Application_Form_SoundcloudPreferences extends Zend_Form_SubForm
$this->addElement('checkbox', 'UseSoundCloud', array(
'label' => 'Automatically Upload Recorded Shows',
'required' => false,
'value' => Application_Model_Preference::GetDoSoundCloudUpload(),
'value' => Application_Model_Preference::GetAutoUploadRecordedShowToSoundcloud(),
'decorators' => array(
'ViewHelper'
)