SAAS-67: "Hardware Audio Out" shows when SaaS is enabled
- minor fix. - it was returning error when saving stream setting.
This commit is contained in:
parent
aa610c2a61
commit
2529570546
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ class PreferenceController extends Zend_Controller_Action
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if($form->isValid($post_data['output_sound_device'])){
|
if(Application_Model_Preference::GetPlanLevel() == 'disabled' && $form->isValid($post_data['output_sound_device'])){
|
||||||
$values['output_sound_device'] = $form->getValue('output_sound_device');
|
$values['output_sound_device'] = $form->getValue('output_sound_device');
|
||||||
}
|
}
|
||||||
if(!$error){
|
if(!$error){
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue