From 65cfd9fa131ae4cfb15cd8679f7a244287fd4fb2 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 31 May 2024 16:11:05 +0200 Subject: [PATCH] Doc --- htdocs/core/class/commonobject.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/commonobject.class.php b/htdocs/core/class/commonobject.class.php index 8a55ff14dac..a74102eb836 100644 --- a/htdocs/core/class/commonobject.class.php +++ b/htdocs/core/class/commonobject.class.php @@ -6735,7 +6735,7 @@ abstract class CommonObject $this->db->begin(); $table_element = $this->table_element; - if ($table_element == 'categorie') { + if ($table_element == 'categorie') { // TODO Rename table llx_categories_extrafields into llx_categorie_extrafields so we can remove this. $table_element = 'categories'; // For compatibility }