|
@@ -7,7 +7,7 @@ class adminAccountForm extends Staple_Form
|
|
|
//$this->setLayout('accountFormLayout');
|
|
|
|
|
|
$this->setName('adminAuth')
|
|
|
- ->setAction($this->link(array('account','admin')));
|
|
|
+ ->setAction($this->link(array('account','index')));
|
|
|
|
|
|
$user = new Staple_Form_FoundationTextElement('username','Account');
|
|
|
$user->setRequired()
|