@@ -96,6 +96,7 @@ class Chcreapost extends ObjectModel
return false;
}
+ $this->related_products = null;
if (isset($_POST['related_products_temp']) && !empty($_POST['related_products_temp']) && is_array($_POST['related_products_temp'])) {
$this->related_products = @implode(',', $_POST['related_products_temp']);