From 5646e7c787cfd7cc60bddac75e37ac82a46acfb5 Mon Sep 17 00:00:00 2001 From: JediKev Date: Wed, 23 Oct 2019 09:15:28 -0500 Subject: [PATCH] i18n: KnowledgeBase Category This addresses 5120 where main (or Parent) FAQ Category Titles are not translated even though the child Category titles are translated correctly. This is due to to the system pulling the Full Name instead of the Local (translated) Name. --- include/client/kb-categories.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/client/kb-categories.inc.php b/include/client/kb-categories.inc.php index 666ea557d1..70883fd0c6 100644 --- a/include/client/kb-categories.inc.php +++ b/include/client/kb-categories.inc.php @@ -41,7 +41,7 @@
  • %s %s', - $C->getId(), Format::htmlchars($C->getFullName()), + $C->getId(), Format::htmlchars($C->getLocalName()), $count ? "({$count})": '' ); ?>