Addendum to 73761fe863
Forgot to also alter the target action for the assurance form Signed-off-by: Michael Tänzer <neo@nhng.de>
This commit is contained in:
parent
e93cdd861d
commit
2905cc6598
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ class ManageAccountController extends Zend_Controller_Action
|
|||
protected function getAssuranceForm()
|
||||
{
|
||||
$form = new Zend_Form();
|
||||
$form->setAction('/add-points/assurance')->setMethod('post');
|
||||
$form->setAction('/manage-account/assurance')->setMethod('post');
|
||||
|
||||
$quantity = new Zend_Form_Element_Text('quantity');
|
||||
$quantity->setRequired(true)
|
||||
|
|
Loading…
Reference in a new issue