CC-3487: Improved restart warning message for stream settings page
-fixed
This commit is contained in:
parent
88a2b64b68
commit
516f71c23e
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ class Application_Form_GeneralPreferences extends Zend_Form_SubForm
|
|||
|
||||
$defaultFade = Application_Model_Preference::GetDefaultFade();
|
||||
if($defaultFade == ""){
|
||||
$defaultFade = '00.000000';
|
||||
$defaultFade = '0.500000';
|
||||
}
|
||||
|
||||
//Station name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue