Skip to content

Commit

Permalink
remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
mjauvin committed May 31, 2023
1 parent 7fd8a56 commit df39163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/EventRegistry.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ protected function processFormMLFields($fields, $model)
$fieldName = $name;
if (str_contains($name, '@')) {
// apply to fields with any context
list ($fieldName, $context) = explode('@', $name);
list($fieldName, $context) = explode('@', $name);
}
if (!array_key_exists($fieldName, $translatable)) {
continue;
Expand Down

0 comments on commit df39163

Please sign in to comment.