Index: branches/5.2.x/core/units/site_domains/site_domains_config.php =================================================================== diff -u -N -r14585 -r14941 --- branches/5.2.x/core/units/site_domains/site_domains_config.php (.../site_domains_config.php) (revision 14585) +++ branches/5.2.x/core/units/site_domains/site_domains_config.php (.../site_domains_config.php) (revision 14941) @@ -1,6 +1,6 @@ 1, 'default' => 0 ), 'AdminEmail' => Array ('type' => 'string', 'max_len' => 255, 'not_null' => 1, 'default' => ''), + 'DefaultEmailRecipients' => Array ('type' => 'string', 'default' => NULL), 'Country' => Array ( 'type' => 'string', 'max_len' => 3, 'formatter' => 'kOptionsFormatter',