[Web] Fix get custom_login

This commit is contained in:
FreddleSpl0it 2025-05-13 10:14:58 +02:00
parent ffa2933873
commit 03d979c089
No known key found for this signature in database
GPG key ID: 00E14E7634F4BEC5

View file

@ -388,8 +388,8 @@ function customize($_action, $_item, $_data = null) {
break;
case 'custom_login':
try {
$custom_login = ($custom_login = $redis->get('CUSTOM_LOGIN')) ? $custom_login : array();
return json_decode($custom_login, true);
$custom_login = $redis->get('CUSTOM_LOGIN');
return $custom_login ? json_decode($custom_login, true) : array();
}
catch (RedisException $e) {
$_SESSION['return'][] = array(