* Change the files title.

This commit is contained in:
tianshujie
2024-03-20 09:10:46 +08:00
committed by liyang
parent 800315c109
commit a2f9f079f2
+4 -4
View File
@@ -125,10 +125,10 @@ if($task->files)
{
$sections[] = array
(
'title' => $lang->files,
'control' => 'fileList',
'files' => $task->files,
'object' => $task
'control' => 'fileList',
'files' => $task->files,
'object' => $task,
'padding' => false
);
}