* Fix bug 13268.

This commit is contained in:
tianshujie98
2021-06-21 14:30:54 +08:00
parent b08c1e4fd5
commit 61b2439593
+1 -1
View File
@@ -210,7 +210,7 @@
</tr>
<tr>
<th><?php echo $lang->task->realStarted;?></th>
<td><?php echo html::input('realStarted', $task->realStarted, "class='form-control form-datetime'");?></td>
<td><?php echo html::input('realStarted', helper::isZeroDate($task->realStarted) ? helper::now() : $task->realStarted, "class='form-control form-datetime'");?></td>
</tr>
<tr>
<th><?php echo $lang->task->finishedBy;?></th>