Index: temp/trunk/html/admin/products/product.php
===================================================================
--- temp/trunk/html/admin/products/product.php	(revision 9409)
+++ temp/trunk/html/admin/products/product.php	(revision 9410)
@@ -98,9 +98,5 @@
 	$tpl_nonclass = lfCheckNonClass($_POST['product_id']);
 	
-	sfprintr($tpl_nonclass);
-	sfprintr($_POST['copy_product_id']);
-	sfprintr(sfIsInt($_POST['copy_product_id']));
-	
-	if(!$tpl_nonclass and sfIsInt($_POST['copy_product_id'])){
+	if($_POST['product_id'] == "" and sfIsInt($_POST['copy_product_id'])){
 		$tpl_nonclass = lfCheckNonClass($_POST['copy_product_id']);
 	}
