Skip to content

Commit

Permalink
remove useless change
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed Aug 9, 2023
1 parent 2421c9d commit f59774c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/container.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1271,7 +1271,7 @@ public static function constructHistory(

foreach ($data as $key => $value) {
//log only not empty values
if (!empty($value) && !str_starts_with($key, '_')) {
if (!empty($value)) {
//prepare log
$changes = [0, "N/A", $value];

Expand Down

0 comments on commit f59774c

Please sign in to comment.