From d194c197559f63ae9b6c5604a4da59b5bcd8a3cf Mon Sep 17 00:00:00 2001 From: Sam Lau Date: Mon, 24 Jun 2024 20:43:30 +0000 Subject: [PATCH] Bug 27182: (follow-up) Fix tidy warning Signed-off-by: Lucas Gass --- tools/marc_modification_templates.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/marc_modification_templates.pl b/tools/marc_modification_templates.pl index be5472a891..eaf9a98a40 100755 --- a/tools/marc_modification_templates.pl +++ b/tools/marc_modification_templates.pl @@ -57,7 +57,7 @@ if ( $op eq "cud-create_template" ) { $template_id = ''; } elsif ( $op eq "cud-rename_template" ) { - RenameModificationTemplate ( scalar $cgi->param('template_name'), $template_id ); + RenameModificationTemplate( scalar $cgi->param('template_name'), $template_id ); } elsif ( $op eq "cud-add_action" ) { -- 2.39.2