always return source with lookup data

This commit is contained in:
HB9HIL
2026-02-20 09:48:00 +01:00
parent 46b2427914
commit 23701867f0
4 changed files with 4 additions and 0 deletions

View File

@@ -127,6 +127,7 @@ class Hamqth {
}
} finally {
$data['source'] = $this->sourcename();
return $data;
}
}

View File

@@ -182,6 +182,7 @@ class Qrz {
$data['cqzone'] = '';
}
} finally {
$data['source'] = $this->sourcename();
return $data;
}
}

View File

@@ -143,6 +143,7 @@ class Qrzcq {
}
} finally {
$data['source'] = $this->sourcename();
return $data;
}
}

View File

@@ -114,6 +114,7 @@ class Qrzru {
$data['cqz'] = '';
}
} finally {
$data['source'] = $this->sourcename();
return $data;
}
}