change compatibility for propel2

This commit is contained in:
Manuel Raynaud
2013-07-05 15:59:41 +02:00
parent 02c9184e53
commit 85bb7594ee
3 changed files with 4 additions and 3 deletions

View File

@@ -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"],