From d911f0ad96be882c70a352b06d5abbc324f0c89f Mon Sep 17 00:00:00 2001 From: int2001 Date: Sat, 15 Mar 2025 06:27:10 +0000 Subject: [PATCH] More confusing-vars --- application/models/Eqslmethods_model.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/models/Eqslmethods_model.php b/application/models/Eqslmethods_model.php index c2d87183e..26aaa474c 100644 --- a/application/models/Eqslmethods_model.php +++ b/application/models/Eqslmethods_model.php @@ -56,8 +56,8 @@ class Eqslmethods_model extends CI_Model { log_message('error', 'eQSL Error for '.$data['user_eqsl_name']); break; } 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->disable_eqsl_station_id($userid,$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->disable_eqsl_station_id($userid,$qsl['eqsl_station_id']); break; } elseif ($status == 'Login Error') { log_message('error', 'eQSL Credentials-Error (User, Pass or Nickname) for '.$data['user_eqsl_name'].' Login will be disabled!');