Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
Merge 3.x into master
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Dec 18, 2019
2 parents cd212ba + 43a2ba4 commit 1be2328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CustomerBundle/Controller/CustomerController.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public function setCurrentAddressAction($id)
*/
protected function updateAddress($id = null)
{
$request = $this->getCurrentRequest();
$request = $this->get('request_stack')->getCurrentRequest();
$customer = $this->getCustomer();

// Show address creation/edition form
Expand Down

0 comments on commit 1be2328

Please sign in to comment.