* Optimize codes.

This commit is contained in:
daitingting
2022-09-06 05:26:47 +00:00
parent 5f9da4f6ec
commit dc0ecc890e
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);