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:
parent
6e25ae5abf
commit
3f495e7532
4 changed files with 7 additions and 7 deletions
|
@ -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'
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue