Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnysideup committed Apr 9, 2018
1 parent 89474e1 commit 0940e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/control/ShoppingCart_Controller.php
Expand Up @@ -380,7 +380,7 @@ public function removeitem(SS_HTTPRequest $request)

return $this->cart->setMessageAndReturn();
} else {
return $this->goToErrorPage()
return $this->goToErrorPage();
}
}

Expand Down

0 comments on commit 0940e82

Please sign in to comment.