This commit is contained in:
liumengyi
2023-02-06 09:42:08 +08:00
parent b9d784a037
commit 9e353f1064
+1 -1
View File
@@ -4073,7 +4073,7 @@ class execution extends control
$this->post->set('fields', $fields);
$this->post->set('rows', $executionStats);
$this->post->set('kind', 'execution');
$this->post->set('kind', $this->lang->execution->common);
$this->fetch('file', 'export2' . $this->post->fileType, $_POST);
}