diff --git a/controller/ord.php b/controller/ord.php
index 03f6065a429ad651bc161395506c6ef35d9c4440..1eb7e11f8f733d8845a4d202b3c09656c90cb2ab 100644
--- a/controller/ord.php
+++ b/controller/ord.php
@@ -8,7 +8,7 @@ $actions = array("listeOrdonnance", "addOrdonnance", "editOrdonnance", "listePro
 
 // Check action is correct
 if(!in_array($action, $actions)) {
-	$action = "liste";
+	$action = "listeOrdonnance";
 }
 
 switch($action) {