From c3f9ab149e3a151baa314c17fb22a33932d81efe Mon Sep 17 00:00:00 2001 From: clement <clemmercier45@gmail.com> Date: Thu, 19 Jun 2014 00:09:26 +0200 Subject: [PATCH] c --- controller/ord.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/ord.php b/controller/ord.php index 03f6065..1eb7e11 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) { -- GitLab