removed automatically, since it applies to manually through interface as well.

This commit is contained in:
naomiaro 2011-04-03 22:37:19 -04:00
parent 1cdbce55a7
commit 665aae0a18

View file

@ -11,7 +11,7 @@ class Application_Form_SoundcloudPreferences extends Zend_Form_SubForm
//enable soundcloud uploads
$this->addElement('checkbox', 'UseSoundCloud', array(
'label' => 'Automatically Upload Recorded Shows To SoundCloud',
'label' => 'Upload Recorded Shows To SoundCloud',
'required' => false,
'value' => Application_Model_Preference::GetDoSoundCloudUpload(),
'decorators' => array(