* Fix code errors.

This commit is contained in:
tianshujie
2021-11-11 11:19:06 +08:00
parent eb62dcead9
commit fbf487dce8
+1 -1
View File
@@ -160,7 +160,7 @@ class productModel extends model
$this->cookie->set('preBranch', 0);
setcookie('preBranch', 0, $this->config->cookieLife, $this->config->webRoot, '', $this->config->cookieSecure, true);
}
}
return $this->session->product;
}