From e9a3cca609bfce865005bbafe56869c2be612d24 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 16 Sep 2021 14:50:38 +0200 Subject: [PATCH] Fix lang file --- htdocs/core/class/html.formticket.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/html.formticket.class.php b/htdocs/core/class/html.formticket.class.php index fd2a2b65052..c7a6dc716e6 100644 --- a/htdocs/core/class/html.formticket.class.php +++ b/htdocs/core/class/html.formticket.class.php @@ -610,7 +610,7 @@ class FormTicket if (empty($outputlangs)) { $outputlangs = $langs; } - $outputlangs->load("tickets"); + $outputlangs->load("ticket"); $ticketstat = new Ticket($this->db); $ticketstat->loadCacheCategoriesTickets();