From 9c0b2de8e2ed4d9c2916472f11618b84accbb4ad Mon Sep 17 00:00:00 2001 From: David Nind Date: Mon, 8 Dec 2025 18:18:22 +0000 Subject: [PATCH] Bug 17385: (follow-up) Update database update message Updated the output message from the database update: OpacCustomExportFilePath changed to CustomXSLTExportPath Signed-off-by: David Nind --- .../bug_17385-CustomOptionForOpacExportOptions_syspref.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/atomicupdate/bug_17385-CustomOptionForOpacExportOptions_syspref.pl b/installer/data/mysql/atomicupdate/bug_17385-CustomOptionForOpacExportOptions_syspref.pl index 6c8e04e082..b46e5939d6 100644 --- a/installer/data/mysql/atomicupdate/bug_17385-CustomOptionForOpacExportOptions_syspref.pl +++ b/installer/data/mysql/atomicupdate/bug_17385-CustomOptionForOpacExportOptions_syspref.pl @@ -24,6 +24,6 @@ return { # sysprefs say $out "Updated system preference 'OpacExportOptions'"; - say $out "Added new system preference 'OpacCustomExportFilePath'"; + say $out "Added new system preference 'CustomXSLTExportPath'"; }, }; -- 2.39.5