Skip to content

Commit

Permalink
Remove pointless code line
Browse files Browse the repository at this point in the history
  • Loading branch information
chrizzor committed Jul 18, 2024
1 parent 54a4ea3 commit bf920df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Classes/Controller/MetadataController.php
Original file line number Diff line number Diff line change
Expand Up @@ -383,8 +383,6 @@ private function parseMetadata(int $i, string $name, $value, array &$metadata) :
foreach ($metadata[$i][$name] as &$langValue) {
$langValue = Helper::getLanguageName($langValue);
}
} elseif (!empty($value)) {
$metadata[$i][$name][0] = $metadata[$i][$name][0];
}
}

Expand Down

0 comments on commit bf920df

Please sign in to comment.