change compatibility for propel2
This commit is contained in:
@@ -55,7 +55,6 @@ class Customer implements EventSubscriberInterface
|
||||
$data = $form->getData();
|
||||
$customer = new CustomerModel();
|
||||
try {
|
||||
\Thelia\Log\Tlog::getInstance()->debug($data);
|
||||
$customer->createOrUpdate(
|
||||
$data["title"],
|
||||
$data["firstname"],
|
||||
|
||||
Reference in New Issue
Block a user