Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Commit

Permalink
Small code style improvement.
Browse files Browse the repository at this point in the history
  • Loading branch information
UdoBretz committed Jul 11, 2017
1 parent 6dbdd1c commit 5ff2579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kernel/System/CustomerUser.pm
Expand Up @@ -869,7 +869,7 @@ sub CustomerUserDataGet {

next SOURCE if !$Self->{"CustomerUser$Count"};

my %Customer = $Self->{"CustomerUser$Count"}->CustomerUserDataGet( %Param, );
my %Customer = $Self->{"CustomerUser$Count"}->CustomerUserDataGet( %Param );
next SOURCE if !%Customer;

# generate the full name and save it in the hash
Expand Down

0 comments on commit 5ff2579

Please sign in to comment.