fix: cannot create new folder due to a typo error

This commit is contained in:
Dany De Bontridder 2018-01-28 10:35:40 +01:00
parent 0a5fd5c1ff
commit 0088aa8b72

View file

@ -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;