diff --git a/htdocs/product.class.php3 b/htdocs/product.class.php3 index ad44872e391..d932fcb906b 100644 --- a/htdocs/product.class.php3 +++ b/htdocs/product.class.php3 @@ -130,6 +130,8 @@ class Product $this->duration_value = substr($result["duration"],0,strlen($result["duration"])-1); $this->duration_unit = substr($result["duration"],-1); + $this->label_url = ''.$this->label.''; + $this->db->free(); } else