From b8104bfa2838cffc6e3deb9e3a2054e0f3c5b602 Mon Sep 17 00:00:00 2001 From: Heuzef Date: Fri, 27 Sep 2019 12:03:52 +0200 Subject: [PATCH] change case for menu link --- Lib.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lib.pm b/Lib.pm index a49bef5..d00754e 100644 --- a/Lib.pm +++ b/Lib.pm @@ -456,9 +456,9 @@ sub Header priv => 1}, { link => "?action=queue", name => $Lang->{Current_queues}, priv => 1}, - { link => "?action=check", name => 'Check', + { link => "?action=Check", name => 'Check', priv => 1}, - { link => "?action=viewcheck", name => 'ViewCheck', + { link => "?action=ViewCheck", name => 'ViewCheck', priv => 1}, @{$Conf{CgiNavBarLinks} || []}, );