chevereto news ping update

This commit is contained in:
Rodolfo Berrios 2021-12-20 11:15:34 -03:00
parent fb6506d439
commit 938559ad8f
No known key found for this signature in database
GPG Key ID: D3AAC2481DBDD9FE
2 changed files with 1 additions and 2 deletions

View File

@ -18,8 +18,6 @@ if (is_upload_allowed() && (CHV\getSetting('upload_gui') == 'js' || G\is_route('
<?php CHV\Render\show_theme_inline_code('snippets/footer.js'); ?>
<?php CHV\Render\showQueuePixel(); ?>
<?php CHV\Render\showPingPixel(); ?>
<?php echo CHV\getSetting('analytics_code'); ?>

View File

@ -52,6 +52,7 @@ if (
$lock = new Lock('check-updates');
if ($lock->create()) {
checkUpdates();
updateCheveretoNews();
$lock->destroy();
}
} catch (Exception $e) {