* finish task #6434.

This commit is contained in:
wangyidong
2019-10-14 09:36:01 +08:00
parent 89e99f4745
commit 8897e5ab4e
5 changed files with 7 additions and 11 deletions
+1 -1
View File
@@ -258,7 +258,7 @@ class bug extends control
if(!empty($_POST))
{
$response['result'] = 'success';
$response['message'] = '';
$response['message'] = $this->lang->saveSuccess;
/* Set from param if there is a object to transfer bug. */
$bugResult = $this->bug->create($from = isset($fromObjectIDKey) ? $fromObjectIDKey : '');