diff --git a/app/themes/Peafowl/footer.php b/app/themes/Peafowl/footer.php index 0893579..d541c29 100644 --- a/app/themes/Peafowl/footer.php +++ b/app/themes/Peafowl/footer.php @@ -18,8 +18,6 @@ if (is_upload_allowed() && (CHV\getSetting('upload_gui') == 'js' || G\is_route(' - - diff --git a/app/web.php b/app/web.php index 91ca24c..88bd6cf 100644 --- a/app/web.php +++ b/app/web.php @@ -52,6 +52,7 @@ if ( $lock = new Lock('check-updates'); if ($lock->create()) { checkUpdates(); + updateCheveretoNews(); $lock->destroy(); } } catch (Exception $e) {