* code for bug #21655.

This commit is contained in:
王怡栋
2022-04-15 11:20:28 +08:00
parent 90f8ad4b90
commit b9ebcd6944
6 changed files with 65 additions and 17 deletions
+1
View File
@@ -124,6 +124,7 @@ class control extends baseControl
if(!isset($this->config->preferenceSetted) and $this->config->vision == 'rnd')
{
setcookie('tab', 'my', 0, $this->config->webRoot, '', $this->config->cookieSecure, false);
$this->locate(helper::createLink('my', 'preference'));
}
}