diff --git a/include/dossier.inc.php b/include/dossier.inc.php index 18f1257d0..ee3ac5993 100644 --- a/include/dossier.inc.php +++ b/include/dossier.inc.php @@ -54,7 +54,7 @@ if ( isset ($_POST["DATABASE"]) ) $repo=new Database(); try { $dos=$http->post('DATABASE'); - $template=$http->post("FMOD_ID","numnber"); + $template=$http->post("FMOD_ID","number"); } catch (Exception $ex) { echo $ex->getMessage(); return;