mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Fixed a typo
This commit is contained in:
@@ -156,7 +156,7 @@ class Callbook {
|
||||
}
|
||||
}
|
||||
|
||||
$callbook = $this->ci->qrztu->search($callsign, $this->ci->session->userdata('qrzru_session_key'));
|
||||
$callbook = $this->ci->qrzru->search($callsign, $this->ci->session->userdata('qrzru_session_key'));
|
||||
|
||||
if ($callbook['error'] ?? '' == 'Invalid session key') {
|
||||
$qrzru_session_key = $this->ci->qrzru->session($username, $password);
|
||||
|
||||
Reference in New Issue
Block a user