// BugFix - Changing error message "name is to long (32 chars max)" + Adding context to Tools::displayError()
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11409 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -69,7 +69,7 @@ class GuestTrackingControllerCore extends FrontController
|
||||
else if (!Validate::isLoadedObject($order))
|
||||
$this->errors[] = Tools::displayError('Invalid Order ID');
|
||||
else if (!$order->isAssociatedAtGuest($email))
|
||||
$this->errors[] = Tools::displayError('123');
|
||||
$this->errors[] = Tools::displayError('Invalid order ID');
|
||||
else
|
||||
{
|
||||
$this->assignOrderTracking($order);
|
||||
|
||||
Reference in New Issue
Block a user