// BugFix - Changing error message "name is to long (32 chars max)" + Adding context to Tools::displayError()

This commit is contained in:
mDeflotte
2011-12-20 14:06:57 +00:00
parent 264df69783
commit 47f08ee70f
4 changed files with 11 additions and 8 deletions
@@ -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);