SAAS-1016 - fix some stream settings not being saved correctly
This commit is contained in:
parent
bdab0f7b1a
commit
efa3999041
1 changed files with 0 additions and 4 deletions
|
@ -207,10 +207,6 @@ class PreferenceController extends Zend_Controller_Action
|
|||
$values["s4_data"] = $s4_data;
|
||||
|
||||
if ($form->isValid($values)) {
|
||||
|
||||
$values['icecast_vorbis_metadata'] = $form->getValue('icecast_vorbis_metadata');
|
||||
$values['streamFormat'] = $form->getValue('streamFormat');
|
||||
|
||||
Application_Model_StreamSetting::setStreamSetting($values);
|
||||
|
||||
/* If the admin password values are empty then we should not
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue