Skip to content

Commit

Permalink
Merge branch 'rel-10_1' into issue-#1776-user_settings_again
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed May 18, 2022
2 parents 7a45c43 + 101d094 commit 6f511b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kernel/System/Web/InterfaceCustomer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1272,7 +1272,7 @@ sub Content { ## no critic qw(Subroutines::RequireFinalReturn)
for my $Item (@ModuleNavigationConfigs) {
if (
$Item->{Link} !~ m/Subaction=/i
&& $Item->{Link} !~ m/$Param{Subaction}/i
|| $Item->{Link} !~ m/$Param{Subaction}/i
)
{
next ITEM;
Expand Down

0 comments on commit 6f511b1

Please sign in to comment.