Merge branch 'sprint/daitingting_optimize' into 'master'

* Optimize codes.

See merge request easycorp/zentaopms!5269
This commit is contained in:
王怡栋
2022-09-06 05:44:51 +00:00
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -364,7 +364,7 @@ class bug extends control
if(!empty($_POST))
{
$response['result'] = 'success';
$response['result'] = 'success';
/* Set from param if there is a object to transfer bug. */
setcookie('lastBugModule', (int)$this->post->module, $this->config->cookieLife, $this->config->webRoot, '', $this->config->cookieSecure, false);