From 0088aa8b72762c9ddcf59d921a67fcf766053518 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Sun, 28 Jan 2018 10:35:40 +0100 Subject: [PATCH] fix: cannot create new folder due to a typo error --- include/dossier.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;