From 61e963eb975bd30f71c50f4d703beea9d00c1890 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 12 Oct 2021 14:20:15 +0000 Subject: [PATCH] Bug 24223: (follow-up) Add missing "return" to atomicupdate Content-Type: text/plain; charset=utf-8 Signed-off-by: Marcel de Rooy --- .../data/mysql/atomicupdate/bug_24223-move-opacnav-to-news.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/atomicupdate/bug_24223-move-opacnav-to-news.pl b/installer/data/mysql/atomicupdate/bug_24223-move-opacnav-to-news.pl index dc09bfb9d4..edbc55d8a5 100755 --- a/installer/data/mysql/atomicupdate/bug_24223-move-opacnav-to-news.pl +++ b/installer/data/mysql/atomicupdate/bug_24223-move-opacnav-to-news.pl @@ -1,6 +1,6 @@ use Modern::Perl; -{ +return { bug_number => "24223", description => "Move contents of OpacNav system preference into additional contents", up => sub { -- 2.20.1