[*] BO : #PI-84 - virtual product page has been remade

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14323 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2012-03-28 10:03:24 +00:00
parent c1f26a2fc4
commit 0d22f3ad08
3 changed files with 3 additions and 7 deletions
@@ -2736,7 +2736,7 @@ class AdminProductsControllerCore extends AdminController
if (!file_exists($exists_file)
&& !empty($product->productDownload->display_filename)
&& !empty($product->cache_default_attribute))
&& empty($product->cache_default_attribute))
$msg = sprintf(Tools::displayError('This file "%s" is missing'), $product->productDownload->display_filename);
else
$msg = '';