mirror of https://github.com/itflow-org/itflow
Fix Telemetry check
This commit is contained in:
parent
14c814c5b8
commit
7db9a7de73
2
cron.php
2
cron.php
|
|
@ -734,7 +734,7 @@ while ($row = mysqli_fetch_array($sql_recurring_expenses)) {
|
|||
|
||||
// TELEMETRY
|
||||
|
||||
if ($config_telemetry > 0 OR $config_telemetry = 2) {
|
||||
if ($config_telemetry > 0 OR $config_telemetry == 2) {
|
||||
|
||||
$current_version = exec("git rev-parse HEAD");
|
||||
|
||||
|
|
|
|||
|
|
@ -541,7 +541,6 @@ if (isset($_GET['ticket_id'])) {
|
|||
<label class="btn btn-light active">
|
||||
<input type="radio" name="public_reply_type" value="2" checked>Public Comment & Email
|
||||
</label>
|
||||
|
||||
<label class="btn btn-light">
|
||||
<input type="radio" name="public_reply_type" value="1">Public Comment
|
||||
</label>
|
||||
|
|
|
|||
Loading…
Reference in New Issue