fix: cannot create new folder due to a typo error
This commit is contained in:
parent
0a5fd5c1ff
commit
0088aa8b72
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue