Skip to content

Commit

Permalink
init variable
Browse files Browse the repository at this point in the history
  • Loading branch information
HB9HIL committed Jan 20, 2025
1 parent fbaa646 commit ee62f45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/controllers/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ function qso($dryrun = false) {
* If the user is not the creator of the API key, it's likely a clubstation. In this case the callsign of the clubstation
* can not be the same as the callsign of the user (operator call provided by the user). If this is the case, we need to use the callsign of the creator of the API key
*/
$real_operator = null;
if ($this->config->item('special_callsign')) {
if ($userid != $created_by) {
$this->load->model('user_model');
Expand Down

0 comments on commit ee62f45

Please sign in to comment.