From 4a0897daf5fea740dff5201ca9afaeac31a4b436 Mon Sep 17 00:00:00 2001 From: Zongjun Lan Date: Fri, 8 Apr 2022 14:31:28 +0800 Subject: [PATCH] * fix bug #21419 --- module/file/view/export2csv.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/file/view/export2csv.html.php b/module/file/view/export2csv.html.php index 09323e1fc5..e5e6b61aad 100644 --- a/module/file/view/export2csv.html.php +++ b/module/file/view/export2csv.html.php @@ -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;