Skip to content
Snippets Groups Projects
Commit 36b738ef authored by Matthieu Guffroy's avatar Matthieu Guffroy
Browse files

fix errors

parent 6420c8a7
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
*/
// Implemented actions
$actions = array("listePersonnel", "listeClient", "addPersonnel", "addClient", "editPersonnel", "editClient");
$actions = array("listePersonnel", "listeClient", "addPersonnel", "addClient", "editEmploye", "editClient");
// Check action is correct
if(!in_array($action, $actions)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment