manage lang for customer

This commit is contained in:
Manuel Raynaud
2013-07-04 18:21:24 +02:00
parent b7a8648c10
commit ca44544f84
4 changed files with 12 additions and 22 deletions

View File

@@ -68,7 +68,8 @@ class Customer implements EventSubscriberInterface
$data["zipcode"],
$data["country"],
$data["email"],
$data["password"]
$data["password"],
$request->getSession()->get("lang")
);
} catch (\PropelException $e) {
Tlog::getInstance()->error(sprintf('error during creating customer on action/createCustomer with message "%s"', $e->getMessage()));