From cde714aa94aaf6213742ad147fa0608788fdf4d1 Mon Sep 17 00:00:00 2001 From: Daniel Cebrian Date: Mon, 11 Mar 2024 14:19:15 +0100 Subject: [PATCH] #12927 fixed tsync queue sync in ad --- pandora_console/include/auth/mysql.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/auth/mysql.php b/pandora_console/include/auth/mysql.php index 149621081f..8068d664cc 100644 --- a/pandora_console/include/auth/mysql.php +++ b/pandora_console/include/auth/mysql.php @@ -294,7 +294,7 @@ function process_user_login_remote($login, $pass, $api=false) $pass, false, true, - defined('METACONSOLE'), + defined('METACONSOLE') && is_centralized() === false, ] );