mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-27 01:24:16 +00:00
Merge pull request #2807 from int2001/noqrzqls
Catch empty QRZ.com response when downloading qrz-confirmations
This commit is contained in:
@@ -358,10 +358,11 @@ class Qrz extends CI_Controller {
|
||||
}
|
||||
}
|
||||
|
||||
if ($table != "")
|
||||
{
|
||||
if ($table != "") {
|
||||
$data['tableheaders'] = $tableheaders;
|
||||
$data['table'] = $table;
|
||||
} else {
|
||||
$data['table'] = '';
|
||||
}
|
||||
|
||||
unlink($filepath);
|
||||
|
||||
Reference in New Issue
Block a user