mirror of https://github.com/itflow-org/itflow
Fix Broken cron.php broke as of 10-20-2023
This commit is contained in:
parent
7b94e29aa4
commit
b05e5bb575
2
cron.php
2
cron.php
|
|
@ -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'");
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue