Index: branches/5.1.x/core/install/step_templates/select_license.tpl =================================================================== diff -u -N -r12127 -r12657 --- branches/5.1.x/core/install/step_templates/select_license.tpl (.../select_license.tpl) (revision 12127) +++ branches/5.1.x/core/install/step_templates/select_license.tpl (.../select_license.tpl) (revision 12657) @@ -2,19 +2,20 @@ $license_found = $this->toolkit->getSystemConfig('Intechnic', 'License'); $license_source = $this->GetVar('license_source'); - if (($license_source === false) && $license_found) { + if ( ($license_source === false) && $license_found ) { $license_source = 3; } - if (!$license_found && $license_source == 3) { - // when disabled option is selected -> select 1st available - $license_source = 1; + if ( !$license_found && (!$license_source || $license_source == 3) ) { + // when disabled option is selected -> select 1st available - open source + $license_source = 4; } ?> + - > + > @@ -24,18 +25,18 @@ - + + type="radio" name="license_source" id="license_source_3" value="3"> - - - - > - - \ No newline at end of file