From 22340edc511599197e530d940c9dc53a909a28a6 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 29 Jul 2009 17:06:21 +0000 Subject: [PATCH] Fix: product->canvas erased --- htdocs/product/fiche.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php index 18904669e48..66d386ce2b0 100644 --- a/htdocs/product/fiche.php +++ b/htdocs/product/fiche.php @@ -787,7 +787,6 @@ if ($_GET["id"] || $_GET["ref"]) } // Gestion des produits specifiques - $product->canvas = ''; if ($conf->global->PRODUCT_CANVAS_ABILITY) { if ($product->canvas <> '' && file_exists('canvas/product.'.$product->canvas.'.class.php') )