fix remove welcome_state pandora_enterprise#13801
This commit is contained in:
parent
4358fd1089
commit
6454b5787b
|
@ -39,7 +39,7 @@ $ajaxPage = 'include/ajax/welcome_window';
|
||||||
$method = get_parameter('method', '');
|
$method = get_parameter('method', '');
|
||||||
|
|
||||||
if ($method === 'loadWelcomeWindow') {
|
if ($method === 'loadWelcomeWindow') {
|
||||||
unset($config['welcome_state']);
|
$config['welcome_state'] = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue