mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-25 19:42:30 +00:00
Merge pull request #1276 from int2001/lotw_userid
Adjust filename for LoTW
This commit is contained in:
@@ -666,7 +666,7 @@ class Lotw extends CI_Controller {
|
||||
}
|
||||
|
||||
$config['upload_path'] = './uploads/';
|
||||
$file = $config['upload_path'] . 'lotwreport_download_'.$sync_user_id.'_auto.adi';
|
||||
$file = $config['upload_path'] . 'lotwreport_download_'.$user->user_id.'_auto.adi';
|
||||
if (file_exists($file) && ! is_writable($file)) {
|
||||
$result = "Temporary download file ".$file." is not writable. Aborting!";
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user