* finish task #2324.

This commit is contained in:
wangyidong
2015-09-16 08:39:56 +08:00
parent 4c0ae94b0a
commit da2fa149f6

View File

@@ -613,14 +613,14 @@ class user extends control
}
if(strpos($this->referer, $loginLink) === false and
strpos($this->referer, $denyLink) === false
strpos($this->referer, $denyLink) === false and $this->referer
)
{
$this->locate($this->referer);
die(js::locate($this->referer, 'parent'));
}
else
{
$this->locate($this->createLink($this->config->default->module));
die(js::locate($this->createLink($this->config->default->module), 'parent'));
}
}