mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
Added some fixes
This commit is contained in:
parent
fc4b702db0
commit
b13b2b144b
@ -2436,7 +2436,7 @@ class ConsoleSupervisor
|
||||
|
||||
// Only ask for messages once every 2 hours.
|
||||
$future = (time() + 2 * SECONDS_1HOUR);
|
||||
config_update_value('last_um_check', $future);
|
||||
config_update_value('last_um_check', $future, true);
|
||||
|
||||
$messages = update_manager_get_messages();
|
||||
if (is_array($messages) === true) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user