// Some fix after merge

This commit is contained in:
rMalie
2011-07-28 13:03:43 +00:00
parent c17e7c236d
commit 2aa6b88d7e
4 changed files with 4 additions and 4 deletions
+1 -2
View File
@@ -42,7 +42,6 @@ class OrderDetailControllerCore extends FrontController
public function preProcess()
{
parent::preProcess();
if (Tools::isSubmit('submitMessage'))
{
@@ -74,7 +73,7 @@ class OrderDetailControllerCore extends FrontController
$to = strval($to->email);
}
$toName = strval(Configuration::get('PS_SHOP_NAME'));
$customer = $context->customer->id;
$customer = $this->context->customer->id;
if (Validate::isLoadedObject($customer))
Mail::Send($this->context->language->id, 'order_customer_comment', Mail::l('Message from a customer'),
array(