[-] Bo : replace constant _PS_THEME_DIR_ by _PS_MAIL_DIR_ when send a email

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16562 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-07-25 08:34:17 +00:00
parent 6b62f6c3ed
commit ff0bdb5532
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -461,7 +461,7 @@ abstract class PaymentModuleCore extends Module
$params,
$this->context->customer->email,
$this->context->customer->firstname.' '.$this->context->customer->lastname,
null, null, null, null, _PS_THEME_DIR_, false, (int)$order->id_shop
null, null, null, null, _PS_MAIL_DIR_, false, (int)$order->id_shop
);
}
}
@@ -628,7 +628,7 @@ abstract class PaymentModuleCore extends Module
null,
null,
$file_attachement,
null, _PS_THEME_DIR_, false, (int)$order->id_shop
null, _PS_MAIL_DIR_, false, (int)$order->id_shop
);
}