Skip to content

Commit

Permalink
Issue #760: Perl::Critic found a bug.
Browse files Browse the repository at this point in the history
';' used in the element list of a join
  • Loading branch information
bschmalhofer committed Feb 6, 2021
1 parent 08228db commit faa4220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kernel/System/Web/InterfaceInstaller.pm
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ sub Run {

# print an error screen as the fallback
print join '',
$LayoutObject->Header();
$LayoutObject->Header(),
$LayoutObject->Error(
Message => $LayoutObject->{LanguageObject}->Translate( 'Action "%s" not found!', $Param{Action} ),
Comment => Translatable('Please contact the administrator.'),
Expand Down

0 comments on commit faa4220

Please sign in to comment.