diff --git a/inc/class-statifyblacklist-system.php b/inc/class-statifyblacklist-system.php index 64a6fab..5e1a950 100644 --- a/inc/class-statifyblacklist-system.php +++ b/inc/class-statifyblacklist-system.php @@ -205,7 +205,7 @@ class StatifyBlacklist_System extends StatifyBlacklist { // Version older than current major release. if ( self::VERSION_MAIN > self::$options['version'] ) { // Merge default options with current config, assuming only additive changes. - $options = array_merge_recursive( self::default_options(), self::$options ); + $options = array_replace_recursive( self::default_options(), self::$options ); $options['version'] = self::VERSION_MAIN; if ( self::$multisite ) { update_site_option( 'statify-blacklist', $options );