mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
use correct array
This commit is contained in:
@@ -193,8 +193,8 @@ class eqsl extends CI_Controller {
|
||||
log_message('error', 'eQSL Credentials-Error for '.$data['user_eqsl_name'].' Login will be disabled!');
|
||||
$this->eqslmethods_model->disable_eqsl_uid($this->session->userdata('user_id'));
|
||||
} elseif ($status == 'Nick Error') {
|
||||
log_message('error', 'eQSL Nickname-Error for User '.$data['user_eqsl_name'].' with Nickname '.($data['eqslqthnickname'] ?? '').' at station_profile'.($data['eqsl_station_id'] ?? '').' Nickname will be removed!');
|
||||
$this->eqslmethods_model->disable_eqsl_station_id($this->session->userdata('user_id'),$data['eqsl_station_id']);
|
||||
log_message('error', 'eQSL Nickname-Error for User '.$data['user_eqsl_name'].' with Nickname '.($qsl['eqslqthnickname'] ?? '').' at station_profile'.($qsl['eqsl_station_id'] ?? '').' Nickname will be removed!');
|
||||
$this->eqslmethods_model->disable_eqsl_station_id($this->session->userdata('user_id'),$qsl['eqsl_station_id']);
|
||||
}
|
||||
|
||||
if($status == 'Error') {
|
||||
|
||||
Reference in New Issue
Block a user