From 33137f4bddc00722c3dd61e7c4d1955d71a0edb2 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 25 Nov 2015 16:45:50 +0000 Subject: [PATCH] Bug 15101: Correct typo AllowPkiAuth vs AllowPKIAuth MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonathan Druart Signed-off-by: Brendan A Gallagher (cherry picked from commit d36280e36e1fa8779bf845fb0cc0de2ea835d486) Signed-off-by: Julian Maurice (cherry picked from commit 87ce8e85ec6d4c8a447a4d595bf3b975a9ea3cb3) Signed-off-by: Frédéric Demians --- C4/UsageStats.pm | 2 +- .../intranet-tmpl/prog/en/modules/admin/preferences/admin.pref | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/C4/UsageStats.pm b/C4/UsageStats.pm index 73c2e1f4fa..9b6cf68da6 100644 --- a/C4/UsageStats.pm +++ b/C4/UsageStats.pm @@ -84,7 +84,7 @@ sub BuildReport { OrderPdfFormat casAuthentication casLogout - AllowPkiAuth + AllowPKIAuth DebugLevel delimiter noItemTypeImages diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref index e105243684..82d5658a35 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref @@ -108,7 +108,7 @@ Administration: SSL client certificate authentication: - - Use - - pref: AllowPkiAuth + - pref: AllowPKIAuth default: None choices: None: "no" -- 2.20.1