mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
typos
This commit is contained in:
2
cron.php
2
cron.php
@@ -987,7 +987,7 @@ $update_message = $updates->update_message;
|
||||
|
||||
if ($updates->current_version !== $updates->latest_version) {
|
||||
// Send Alert to inform Updates Available
|
||||
mysqli_query($mysqli, "INSERT INTO notifications SET notification_type = 'Updates', notification = '$update_message', notification_action = 'admin_update.php'");
|
||||
mysqli_query($mysqli, "INSERT INTO notifications SET notification_type = 'Update', notification = '$update_message', notification_action = 'admin_update.php'");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user