* Fix bug #35700.
This commit is contained in:
@@ -1569,7 +1569,7 @@ class product extends control
|
||||
*/
|
||||
public function track($productID, $branch = '', $projectID = 0, $recTotal = 0, $recPerPage = 20, $pageID = 1)
|
||||
{
|
||||
$branch = ($this->cookie->preBranch !== '' and $branch === '') ? $this->cookie->preBranch : $branch;
|
||||
$branch = ($this->cookie->preBranch and $branch === '') ? $this->cookie->preBranch : $branch;
|
||||
setcookie('preBranch', $branch, $this->config->cookieLife, $this->config->webRoot, '', $this->config->cookieSecure, true);
|
||||
|
||||
/* Set menu. The projectstory module does not execute. */
|
||||
|
||||
Reference in New Issue
Block a user