Index: branches/5.3.x/core/units/configuration/configuration_event_handler.php =================================================================== diff -u -N -r15988 -r15999 --- branches/5.3.x/core/units/configuration/configuration_event_handler.php (.../configuration_event_handler.php) (revision 15988) +++ branches/5.3.x/core/units/configuration/configuration_event_handler.php (.../configuration_event_handler.php) (revision 15999) @@ -1,6 +1,6 @@ Application->SetConfigValue($variable_name, $object->GetDBField('VariableValue'), true); } - if ( $variable_name == 'Require_AdminSSL' || $variable_name == 'AdminSSL_URL' ) { + if ( $variable_name == 'Require_AdminSSL' || $variable_name == 'AdminSSLDomain' ) { // when administrative console is moved to SSL mode, then delete skin if ( in_array($variable_name, $changed) && !$skin_deleted ) { $skin_helper = $this->Application->recallObject('SkinHelper');