Fix typo in FormController.php
This commit is contained in:
parent
cf873c35eb
commit
65449431f9
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ class FormController {
|
|||
PageController::$alerts[] = array('type' => 1, 'message' => 'Suppression du compte '.self::$form['uid'].'...');
|
||||
try {
|
||||
self::$domain->delAccount(self::$form['uid'],self::$form['domain']);
|
||||
PageController::$alerts[] = array('type' => 0, 'message' => "Suppression effectuée."));
|
||||
PageController::$alerts[] = array('type' => 0, 'message' => "Suppression effectuée.");
|
||||
} catch (Exception $e) {
|
||||
PageController::$alerts[] = array('type' => 2, 'message' => $e->getMessage());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue