diff --git a/controller/personne.php b/controller/personne.php
index 0967102da52aa51b42e51741fe2b08ba58f54faf..168efd2d8f6a74176471e768ce8245324dbda5fc 100644
--- a/controller/personne.php
+++ b/controller/personne.php
@@ -13,7 +13,7 @@ if(!in_array($action, $actions)) {
 
 switch($action) {
 	case "listePersonnel":
-		$listArray = Client::getAll();
+		$listArray = Employe::getAll();
 		$listParams = array("title" => "Liste du personnel",
 							"keys" => array("id", "nom", "prenom", "isVeterinaire", "idNational"));
 		include 'view/list.php';