This commit is contained in:
Laurent Destailleur
2024-05-31 16:11:05 +02:00
parent a8781e0133
commit 65cfd9fa13

View File

@@ -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
}