diff options
| author | mentos | 2011-02-03 15:53:39 +0100 |
|---|---|---|
| committer | mentos | 2011-02-03 15:53:39 +0100 |
| commit | 33f37dd47bf0441476eaa0f010bcb24891ef75c0 (patch) | |
| tree | e387f32a9641c52652de1bb765f87df011fc7557 /application/forms/AuthRegister.php | |
| parent | .settings und .buildpath wieder aus git entfernt (diff) | |
| download | pbs2-33f37dd47bf0441476eaa0f010bcb24891ef75c0.tar.gz pbs2-33f37dd47bf0441476eaa0f010bcb24891ef75c0.tar.xz pbs2-33f37dd47bf0441476eaa0f010bcb24891ef75c0.zip | |
application.ini passwoerter entfernt
Diffstat (limited to 'application/forms/AuthRegister.php')
| -rw-r--r-- | application/forms/AuthRegister.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/forms/AuthRegister.php b/application/forms/AuthRegister.php index 7cb6ef4..773f020 100644 --- a/application/forms/AuthRegister.php +++ b/application/forms/AuthRegister.php @@ -5,7 +5,7 @@ class Application_Form_AuthRegister extends Zend_Form public function init() { - $this->setName("Login"); + $this->setName("Register"); $this->setMethod('post'); $this->addElement('text', 'title', array( |
