Skip to content

Commit

Permalink
Merge branch 'rel-11_0' into rel-11_1
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Jan 3, 2025
2 parents 823492d + 97b760f commit 87b4126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kernel/System/DynamicField/Driver/Date.pm
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ sub ValueSet {

$Kernel::OM->Get('Kernel::System::Log')->Log(
Priority => 'error',
Message => "The value $Param{Value} for the field Date is invalid!\n"
Message => "The value $ValueItem for the field Date is invalid!\n"
. "The date must be in format YYYY-MM-DD and the time must be 00:00:00",
);

Expand Down

0 comments on commit 87b4126

Please sign in to comment.