Remove a variable that is not being used.
This commit is contained in:
parent
0eafdddc8a
commit
4e9a76763d
|
|
@ -150,6 +150,8 @@ if (is_uploaded_file($_FILES['upload_file']['tmp_name'])) {
|
|||
$moh->xml();
|
||||
$moh->save();
|
||||
|
||||
//set an upload message
|
||||
$save_msg = "Uploaded file to ".$target_dir."/".htmlentities($_FILES['upload_file']['name']);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue