mirror of https://github.com/itflow-org/itflow
Fix notification action log path for cron successully run
This commit is contained in:
parent
ab9ae71ac7
commit
c32c47785e
2
cron.php
2
cron.php
|
|
@ -968,7 +968,7 @@ if ($updates->current_version !== $updates->latest_version) {
|
|||
*/
|
||||
|
||||
// Send Alert to inform Cron was run
|
||||
mysqli_query($mysqli, "INSERT INTO notifications SET notification_type = 'Cron', notification = 'Cron successfully executed', notification_action = 'admin_logs.php'");
|
||||
mysqli_query($mysqli, "INSERT INTO notifications SET notification_type = 'Cron', notification = 'Cron successfully executed', notification_action = 'admin_audit_log.php'");
|
||||
|
||||
// Logging
|
||||
mysqli_query($mysqli, "INSERT INTO logs SET log_type = 'Cron', log_action = 'Ended', log_description = 'Cron executed successfully'");
|
||||
|
|
|
|||
Loading…
Reference in New Issue