diff --git a/htdocs/lib/Config.php b/htdocs/lib/Config.php index bdf2907..f979136 100644 --- a/htdocs/lib/Config.php +++ b/htdocs/lib/Config.php @@ -1,7 +1,7 @@ 1, 'message' => 'Suppression du compte '.self::$form['uid'].'...'); try { - self::$domain->delAccount(self::$form['uid'],self::$form['cn']); + self::$domain->delAccount(self::$form['uid'],self::$form['domain']); PageController::$alerts[] = array('type' => 0, 'message' => "Suppression effectuée.")); } catch (Exception $e) { PageController::$alerts[] = array('type' => 2, 'message' => $e->getMessage());