From 88c5adb6a2989c76af5410598ef51fdd70de5894 Mon Sep 17 00:00:00 2001 From: Garry Collum Date: Tue, 28 Apr 2009 22:55:21 -0400 Subject: [PATCH] minPasswordLength not returning user back to systempreferences.pl?tab=Patrons. Incorrect reference MinPasswordLength fixed. Could not find bug report. Signed-off-by: Galen Charlton Signed-off-by: Henri-Damien LAURENT --- admin/systempreferences.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/systempreferences.pl b/admin/systempreferences.pl index 3edf8fe5a6..0f2e0fd69a 100755 --- a/admin/systempreferences.pl +++ b/admin/systempreferences.pl @@ -176,7 +176,7 @@ $tabsysprefs{BorrowerMandatoryField} = "Patrons"; $tabsysprefs{borrowerRelationship} = "Patrons"; $tabsysprefs{BorrowersTitles} = "Patrons"; $tabsysprefs{patronimages} = "Patrons"; -$tabsysprefs{MinPasswordLength} = "Patrons"; +$tabsysprefs{minPasswordLength} = "Patrons"; $tabsysprefs{uppercasesurnames} = "Patrons"; $tabsysprefs{MaxFine} = "Patrons"; $tabsysprefs{NotifyBorrowerDeparture} = "Patrons"; -- 2.20.1