[-] BO : Fixed bug #PSFV-276. Translates work with module tab

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11891 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vSchoener
2011-12-29 14:45:59 +00:00
parent 288e84cc64
commit 2f7f6b3a3b
3 changed files with 5 additions and 3 deletions
+1
View File
@@ -2213,6 +2213,7 @@ class ProductCore extends ObjectModel
die(Tools::displayError());
// Initializations
$id_group = (isset($context->customer) ? $context->customer->id_default_group : _PS_DEFAULT_CUSTOMER_GROUP_);
//var_dump($id_group);
if (!is_object($cur_cart) || (Validate::isUnsignedInt($id_cart) && $id_cart))
{
/*