From 33f37dd47bf0441476eaa0f010bcb24891ef75c0 Mon Sep 17 00:00:00 2001 From: mentos Date: Thu, 3 Feb 2011 15:53:39 +0100 Subject: application.ini passwoerter entfernt --- application/forms/AuthRegister.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/forms') 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( -- cgit v1.2.3-55-g7522