diff --git a/htdocs/categories/class/categorie.class.php b/htdocs/categories/class/categorie.class.php index 2e62d273276..89a24ff2f7b 100644 --- a/htdocs/categories/class/categorie.class.php +++ b/htdocs/categories/class/categorie.class.php @@ -140,7 +140,7 @@ class Categorie } $sql.= " visible,"; $sql.= " type,"; - $sql.= " import_key"; + $sql.= " import_key,"; $sql.= " entity"; $sql.= ") VALUES ("; $sql.= $this->fk_parent.",";