This commit is contained in:
Zongjun Lan
2022-04-08 14:31:28 +08:00
parent 0145f5a790
commit 4a0897daf5
+1 -1
View File
@@ -22,4 +22,4 @@ foreach($rows as $row)
}
echo '"' . "\n";
}
if($this->post->kind == 'task') echo $this->lang->file->childTaskTips;
if($this->post->kind == 'task' && $config->vision != 'lite') echo $this->lang->file->childTaskTips;