diff --git a/cron.php b/cron.php index 24d3a031..85029bce 100644 --- a/cron.php +++ b/cron.php @@ -413,7 +413,7 @@ while($row = mysqli_fetch_array($sql_companies)){ } //End if Autosend is on } //End Recurring Invoices Loop - if($config_telemetry = 1){ + if($config_telemetry == 1){ $current_version = exec("git rev-parse HEAD");