Skip to content

Commit

Permalink
Issue #2824: accept suggestins from CodePolicy
Browse files Browse the repository at this point in the history
even when the don't really improve the code
  • Loading branch information
bschmalhofer committed Jan 15, 2024
1 parent a5cff1d commit 4e2e6a1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -964,4 +964,3 @@

# OTOBO 10.0.0 beta1 2020-01-30
- First official OTOBO release, yippie!

2 changes: 1 addition & 1 deletion Kernel/Modules/AdminCustomerUser.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1258,7 +1258,7 @@ sub _Edit {
if ($UseAutoComplete) {

my $Value = $Param{ $Entry->[0] } || $Param{CustomerID};
$Value = $LayoutObject->Output(
$Value = $LayoutObject->Output(
Template => "[% Data.Value | html %]",
Data => {
Value => $Value,
Expand Down
2 changes: 1 addition & 1 deletion bin/otobo.CheckModules.pl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ =head1 DESCRIPTION
use utf8;

use File::Basename qw(dirname);
use FindBin qw($RealBin);
use FindBin qw($RealBin);
use lib dirname($RealBin);
use lib dirname($RealBin) . '/Kernel/cpan-lib';
use lib dirname($RealBin) . '/Custom';
Expand Down

0 comments on commit 4e2e6a1

Please sign in to comment.