From b1a5b34725d5dbf9b2e513ee474ce5a0bc872b05 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Tue, 23 Jun 2026 18:22:20 -0400 Subject: [PATCH] Do not send an inapp alert on successful cron execution, keep it in logging only --- cron/cron.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/cron/cron.php b/cron/cron.php index c7f5dad1..061cde66 100644 --- a/cron/cron.php +++ b/cron/cron.php @@ -1248,8 +1248,5 @@ if ($updates->current_version !== $updates->latest_version) { * ############################################################################################################### */ -// Send Alert to inform Cron was run -appNotify("Cron", "Cron successfully executed", "/admin/audit_log.php"); - // Logging logApp("Cron", "info", "Cron executed successfully");