fix remove welcome_state pandora_enterprise#13801

This commit is contained in:
daniel 2024-05-27 08:46:35 +02:00
parent 4358fd1089
commit 6454b5787b
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ $ajaxPage = 'include/ajax/welcome_window';
$method = get_parameter('method', '');
if ($method === 'loadWelcomeWindow') {
unset($config['welcome_state']);
$config['welcome_state'] = 0;
}