correction encore
This commit is contained in:
parent
3e8a0926d3
commit
883aff976f
3 changed files with 3 additions and 3 deletions
|
|
@ -51,7 +51,7 @@ class UserCtrl extends MotherCtrl {
|
|||
}
|
||||
}
|
||||
$this->_arrData['arrError'] = $arrError;
|
||||
$this->_display("signup");
|
||||
$this->_display("login");
|
||||
|
||||
}
|
||||
|
||||
|
|
@ -169,7 +169,7 @@ class UserCtrl extends MotherCtrl {
|
|||
// Affichage de la vue inscription
|
||||
$this->_arrData['objUser'] = $objUser;
|
||||
$this->_arrData['arrError'] = $arrError;
|
||||
$this->_display("signup");
|
||||
$this->_display("signin");
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue