[-] BO : fix #PSCFV-3278 : add a parameter id_shop in a method Mail::send() && normalize

This commit is contained in:
lLefevre
2012-07-24 14:13:11 +00:00
parent b31bd36b7b
commit d931296828
6 changed files with 108 additions and 75 deletions
+8 -1
View File
@@ -667,7 +667,14 @@ class CustomerCore extends ObjectModel
Mail::l('Your guest account has been transformed to customer account', (int)$id_lang),
$vars,
$this->email,
$this->firstname.' '.$this->lastname
$this->firstname.' '.$this->lastname,
null,
null,
null,
null,
_PS_THEME_DIR_,
false,
(int)$this->id_shop
);
return true;
}