// Fix update english key of translations in all files
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14143 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
+1
-1
@@ -2318,7 +2318,7 @@ class CartCore extends ObjectModel
|
||||
$carrier = self::$_carriers[$id_carrier];
|
||||
|
||||
if (!Validate::isLoadedObject($carrier))
|
||||
die(Tools::displayError('Fatal error: "no default carrier"'));
|
||||
die(Tools::displayError('Fatal error: \\"no default carrier\\"'));
|
||||
|
||||
if (!$carrier->active)
|
||||
return $shipping_cost;
|
||||
|
||||
Reference in New Issue
Block a user