#2494 - config_editor rewrites zone mapping array variables incorrectly

  • By
  • Added
  • 0 views
Identifier #2494
Issue type Minor issue (breaks specific functionality)
Title config_editor rewrites zone mapping array variables incorrectly
Status Closed (no changes needed)
Handling member Chris Graham
Addon core_configuration
Description When using config_editor.php, it rewrites zone mapping array variables, such as:

$SITE_INFO['ZONE_MAPPING_zone'] = array('sub.domain.com','');

to:

$SITE_INFO['ZONE_MAPPING_zone'][] = 'sub.domain.com';

resulting in errors.
Steps to reproduce

Funded? No
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".

Rating

Unrated