Doh, getAdminIncreaseForm() should actually return the form
Signed-off-by: Michael Tänzer <neo@nhng.de>
This commit is contained in:
parent
93f7bf20f6
commit
b1e762553a
1 changed files with 2 additions and 0 deletions
|
@ -309,5 +309,7 @@ class ManageAccountController extends Zend_Controller_Action
|
|||
$submit = new Zend_Form_Element_Submit('submit');
|
||||
$submit->setLabel(I18n::_('Give Me Points'));
|
||||
$form->addElement($submit);
|
||||
|
||||
return $form;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue