Skip to content

Commit

Permalink
Leave old key as this is not a problem and removing it will make it a…
Browse files Browse the repository at this point in the history
… lot more difficult to fix the problem
  • Loading branch information
gogdzl committed Oct 25, 2024
1 parent 775eb5d commit c8e6376
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions projects/plugins/crm/includes/ZeroBSCRM.DAL3.ObjectLayer.php
Original file line number Diff line number Diff line change
Expand Up @@ -1356,8 +1356,6 @@ public function add_name_clash_suffix_if_needed( &$array, $keys ) {
$this->name_clashes_temp_fix[] = $key;
$new_key = $key . self::NAME_CLASH_FIX_SUFFIX;
$array[ $new_key ] = $array[ $key ];

unset( $array[ $key ] );
}
}
}
Expand Down

0 comments on commit c8e6376

Please sign in to comment.