* finish task #1094.

This commit is contained in:
wangyidong
2013-02-19 02:16:41 +00:00
parent f152d32002
commit 9c85150e93
+1 -1
View File
@@ -550,7 +550,7 @@ class user extends control
$this->view->title = $this->lang->user->login;
$this->view->referer = $this->referer;
$this->view->s = $this->config->global->sn;
$this->view->s = zget($this->config->global, 'sn');
$this->view->keepLogin = $this->cookie->keepLogin ? $this->cookie->keepLogin : 'off';
$this->display();
}