* set life and path of cookie.
This commit is contained in:
@@ -646,7 +646,7 @@ class bug extends control
|
||||
{
|
||||
$customFields = $this->post->customFields;
|
||||
$customFields = join(',', $customFields);
|
||||
setcookie('bugFields', $customFields, $this->config->cookieLife);
|
||||
setcookie('bugFields', $customFields, $this->config->cookieLife, $this->config->webRoot);
|
||||
die(js::reload('parent'));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user