Skip to content

Commit

Permalink
Issue #3948: Fixed typo in log message.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhaerter authored and svenoe committed Nov 25, 2024
1 parent 0b97bb9 commit fb1af20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kernel/System/DynamicField.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1721,7 +1721,7 @@ sub _DynamicFieldReorder {
$Kernel::OM->Get('Kernel::System::Log')->Log(
Priority => 'error',
Message => 'An error was detected while re ordering the field list on field '
. "DynamicField->{Name}!",
. "$DynamicField->{Name}!",
);
return;
}
Expand Down

0 comments on commit fb1af20

Please sign in to comment.