Fix Broken cron.php broke as of 10-20-2023

This commit is contained in:
johnnyq 2023-10-23 13:51:16 -04:00
parent 7b94e29aa4
commit b05e5bb575
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ if ( $argv[1] !== $config_cron_key ) {
*/
//Logging
mysqli_query($mysqli, "INSERT INTO logs SET log_type = 'Cron', log_action = 'Started', log_description = 'Cron Started");
mysqli_query($mysqli, "INSERT INTO logs SET log_type = 'Cron', log_action = 'Started', log_description = 'Cron Started'");