From 938559ad8f132b6facb6bf86dabea0906f3281c0 Mon Sep 17 00:00:00 2001 From: Rodolfo Berrios <20590102+rodber@users.noreply.github.com> Date: Mon, 20 Dec 2021 11:15:34 -0300 Subject: [PATCH] chevereto news ping update --- app/themes/Peafowl/footer.php | 2 -- app/web.php | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) 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) {