Conflicts:
	core/lib/Thelia/Core/Template/Element/BaseLoop.php
This commit is contained in:
franck
2013-07-09 11:45:01 +02:00
32 changed files with 2069 additions and 98 deletions

View File

@@ -105,7 +105,7 @@ class Customer extends BaseCustomer implements UserInterface
$this->setAlgo("PASSWORD_BCRYPT");
return parent::setPassword(password_hash($password, PASSWORD_BCRYPT));
}
return $this;
}
public function setDispatcher(EventDispatcherInterface $dispatcher)