#11026 message update only for token enable
This commit is contained in:
parent
7dcb38f382
commit
4129833a38
|
@ -2373,6 +2373,7 @@ class ConsoleSupervisor
|
|||
include_once $config['homedir'].'/include/functions_update_manager.php';
|
||||
$login = get_parameter('login', false);
|
||||
|
||||
if ($config['autoupdate'] === true || $_GET['sec2'] === 'godmode/update_manager/update_manager') {
|
||||
if (update_manager_verify_registration() === false) {
|
||||
$this->notify(
|
||||
[
|
||||
|
@ -2386,6 +2387,7 @@ class ConsoleSupervisor
|
|||
$this->cleanNotifications('NOTIF.UPDATEMANAGER.REGISTRATION');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
@ -4928,6 +4928,7 @@ div#dialog_messages table th:last-child {
|
|||
margin-top: 55px;
|
||||
border-radius: 5px;
|
||||
max-height: 530px;
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
#notification-wrapper::before {
|
||||
|
|
Loading…
Reference in New Issue