* Adjust the file path to full path.

This commit is contained in:
hufangzhou
2022-02-15 17:21:27 +08:00
parent f0ba4e7987
commit a67e9ce403
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -311,7 +311,7 @@ class convert extends control
if(!file_exists($jiraFilePath . 'entities.xml'))
{
$response['result'] = 'fail';
$response['message'] = $this->lang->convert->jira->notExistEntities;
$response['message'] = sprintf($this->lang->convert->jira->notExistEntities, $jiraFilePath . 'entities.xml');
return print($this->send($response));
}