Fixed form names
This commit is contained in:
@@ -51,6 +51,6 @@ class AdminLogin extends BaseForm {
|
||||
|
||||
public function getName()
|
||||
{
|
||||
return "adminLogin";
|
||||
return "thelia_admin_login";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -160,6 +160,6 @@ class CustomerCreation extends BaseForm
|
||||
|
||||
public function getName()
|
||||
{
|
||||
return "thelia.customer.creation";
|
||||
return "thelia_customer_creation";
|
||||
}
|
||||
}
|
||||
@@ -51,6 +51,6 @@ class CustomerLogin extends BaseForm {
|
||||
|
||||
public function getName()
|
||||
{
|
||||
return "thelia.customer.login";
|
||||
return "thelia_customer_login";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -115,6 +115,6 @@ class CustomerModification extends BaseForm {
|
||||
*/
|
||||
public function getName()
|
||||
{
|
||||
return "thelia.customer.modification";
|
||||
return "thelia_customer_modification";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user