mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-23 10:08:38 +00:00
Fixed variable typo in LoTW
This commit is contained in:
parent
e60ed1519c
commit
e5f0eb03e8
@ -637,7 +637,7 @@ class Lotw extends CI_Controller {
|
||||
$config['upload_path'] = './uploads/';
|
||||
$file = $config['upload_path'] . 'lotwreport_download.adi';
|
||||
if (file_exists($file) && ! is_writable($file)) {
|
||||
$result.= "Temporary download file ".$file." is not writable. Aborting!";
|
||||
$results .= "Temporary download file ".$file." is not writable. Aborting!";
|
||||
}
|
||||
|
||||
// Get credentials for LoTW
|
||||
|
Loading…
Reference in New Issue
Block a user